Build: #7 failed
Job: Onezone basic failed
group owner leaves group: Test case result
The below summarizes the result of the test " group owner leaves group" in build 7 of Onedata Products - gui acceptance pkg - feature-VFS-4715-onezone-groups-gui-acceptance-tests - Chrome onezone basic tests.
- Description
- group owner leaves group
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_group_owner_leaves_group
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'elements_list' request = <FixtureRequest for <Function 'test_group_owner_leaves_group'>> from tests.gui.steps.modal import * > from tests.gui.steps.oneprovider_common import * tests/gui/scenarios/test_onezone_basic.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) <decorator-gen-254>:2: in leave_group ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="d456b9c5ad02fdd9fda03e357dd5d548")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="dd8ae32ed72b527fd37d408b00400f28")>} browser_id = 'browser1', group = 'group1' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.parse('user of {browser_id} leaves group "{group}"')) @repeat_failed(timeout=WAIT_FRONTEND) def leave_group(selenium, browser_id, group, oz_page): page = oz_page(selenium[browser_id])['groups'] > page.elements_list[group]() E AttributeError: 'NoneType' object has no attribute 'elements_list' tests/gui/steps/onezone/groups.py:64: AttributeError