Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #643 failed
Job: Groups basic failed
group is not joined to group 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 joined to group because of lack in privileges[1oz 1op 1oc-RESt-web GUi]" in build 643 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- group is not joined to group because of lack in privileges[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_group_is_not_joined_to_group_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Modal does not contain text "joining group as subgroup failed" client1 = 'REST', client2 = 'web GUI' request = <FixtureRequest for <Function 'test_group_is_not_joined_to_group_because_of_lack_in_privileges[1oz_1op_1oc-REST-web GUI]'>> scenarios('../features/groups_basic.feature') > scenarios('../features/groups_multiuser.feature') tests/mixed/scenarios/test_groups_basic.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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:273: in fail_to_add_subgroups clipboard, onepanel, popups) tests/gui/meta_steps/onezone/groups.py:245: in fail_to_add_subgroups_using_op_gui oz_page) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-458>:2: in assert_error_modal_with_text_appeared ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="62db6e727ca88722c67acfb4a86e0a12")>, 'user1': <se...cfb4a86e0a12")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="66d36959c4dfa6e4321a350654da773d")>} browser_id = 'user2', text = 'joining group as subgroup failed' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.parse('user of {browser_id} sees that error modal with ' 'text "{text}" appeared')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_error_modal_with_text_appeared(selenium, browser_id, text, oz_page): message = 'Modal does not contain text "{}"'.format(text) > assert text in modals(selenium[browser_id]).error.content, message E AssertionError: Modal does not contain text "joining group as subgroup failed" tests/gui/steps/onezone/groups.py:137: AssertionError