Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #594 failed
Job: Groups basic failed
user joins group[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " user joins group[1oz 1op 1oc-RESt-web GUi]" in build 594 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- user joins group[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_user_joins_group[1oz_1op_1oc-REST-web GUI]
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: group "group1" not found client1 = 'REST', client2 = 'web GUI' request = <FixtureRequest for <Function 'test_user_joins_group[1oz_1op_1oc-REST-web GUI]'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/mixed/scenarios/test_groups_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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="20655b3f80a6b9b54cfc66bef9a06aaf")>, 'user1': <se...66bef9a06aaf")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="9e2231077bd969394cf31f35557c5bc9")>} 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