Build: #1 failed
Job: Onezone basic failed
child group is removed from childen list: Test case result
The below summarizes the result of the test " child group is removed from childen list" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4715-onezone-groups-gui-acceptance-tests - Chrome onezone basic tests.
- Description
- child group is removed from childen list
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_child_group_is_removed_from_childen_list
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'elements_list' request = <FixtureRequest for <Function 'test_child_group_is_removed_from_childen_list'>> > ??? tests/gui/scenarios/test_onezone_basic.py:77: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-290>:2: in remove_member ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="c1bd6b00be18cf48a35e56962d2e6d99")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="0dda0a3e00e452b17360efe42d5f824c")>} browser_id = 'browser1', name = 'child', member_type = 'group', group = 'group' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('user of (?P<browser_id>.*) removes "(?P<name>.*)" ' '(?P<member_type>user|group) from group ' '"(?P<group>.*)" members')) @repeat_failed(timeout=WAIT_FRONTEND) def remove_member(selenium, browser_id, name, member_type, group, oz_page): page = oz_page(selenium[browser_id])['groups'] > page.elements_list[group].click() E AttributeError: 'NoneType' object has no attribute 'elements_list' tests/gui/steps/onezone/groups.py:253: AttributeError