Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #594 failed
Job: Groups basic failed
group is not renamed because of lack in privileges[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " group is not renamed because of lack in privileges[1oz 1op 1oc-RESt-web GUi]" in build 594 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- group is not renamed because of lack in privileges[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]
- Duration
- 33 secs
- Status
- Failed (New Failure)
Error Log
AssertionError: group "group1" not found client1 = 'REST', client2 = 'web GUI' request = <FixtureRequest for <Function 'test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]'>> from tests.gui.steps.modal import * > from tests.gui.steps.oneprovider_common import * tests/mixed/scenarios/test_groups_basic.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) tests/mixed/steps/group_basic.py:42: in assert_groups see_groups_using_op_gui(selenium, user, oz_page, group_list) tests/gui/meta_steps/onezone/groups.py:82: in see_groups_using_op_gui assert_group_exists(selenium, user, option, group, oz_page) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-448>:2: in assert_group_exists ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="cddf98ce6eb31cbceb6a815f572ec057")>, 'user1': <se...815f572ec057")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="e92e4a928ec5f1d1eb34f7c2d7f1684a")>} browser_ids = 'user1', option = 'sees', group = 'group1' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('users? of (?P<browser_ids>.*) (?P<option>does not see|sees) ' 'group "(?P<group>.*)" on groups list')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_group_exists(selenium, browser_ids, option, group, oz_page): for browser_id in parse_seq(browser_ids): groups_count = len(_find_groups(oz_page(selenium[browser_id])['groups'], group)) if option == 'does not see': assert groups_count == 0, 'group "{}" found'.format(group) else: > assert groups_count == 1, 'group "{}" not found'.format(group) E AssertionError: group "group1" not found tests/gui/steps/onezone/groups.py:91: AssertionError