Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #799 failed

Job: Groups basic failed

user removes group from parent group[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " user removes group from parent group[1oz 1op 1oc-web GUi-RESt]" in build 799 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
Description
user removes group from parent group[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_groups_basic
Method
test_user_removes_group_from_parent_group[1oz_1op_1oc-web GUI-REST]
Duration
1 min
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_removes_group_from_parent_group[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/mixed/steps/group_basic.py:127: in add_subgroups
    popups)
tests/gui/meta_steps/onezone/groups.py:207: in add_subgroups_using_op_gui
    popups)
tests/gui/meta_steps/onezone/groups.py:188: in create_group_token_to_invite_group_using_op_gui
    displays, clipboard, member, onepanel, popups)
<decorator-gen-594>:2: in _create_group_token
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/groups.py:162: in _create_group_token
    go_to_group_subpage(selenium, user, name, subpage, oz_page)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-486>:2: in go_to_group_subpage
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="aa43c8a6dcf281769539e1b5fb7a9985")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="aa43c8a6dcf281769539e1b5fb7a9985")>}
browser_id = 'user1', group = 'parent', subpage = 'members'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*) goes to group "(?P<group>.*)" '
                   '(?P<subpage>members|hierarchy|main) subpage'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def go_to_group_subpage(selenium, browser_id, group, subpage, 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:135: AttributeError