Build: #18 failed

Job: Onezone basic failed

parent group is removed: Test case result

The below summarizes the result of the test " parent group is removed" in build 18 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone basic tests.
Description
parent group is removed
Test class
gui.scenarios.test_onezone_basic
Method
test_parent_group_is_removed
Duration
41 secs
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_parent_group_is_removed'>>

    from tests.gui.steps.oneprovider.shares import *
>   from tests.gui.steps.oneprovider.groups import *

tests/gui/scenarios/test_onezone_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)
<decorator-gen-256>:2: in remove_group
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="ec9155620dfc4c6b6567950077a228d3")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="8a7cb6b10b6a858785727096ee295f4b")>}
browser_id = 'browser1', group = 'group1'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} removes group "{group}"'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def remove_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:86: AttributeError