GUI acceptance tests using environment deployed from packages.

Build: #1455 failed

Job: Onepanel members failed

user fails to remove group from cluster without remove group privileges[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user fails to remove group from cluster without remove group privileges[1oz 1op deployed]" in build 1,455 of Onedata Products - gui acceptance pkg - Chrome onepanel members tests.
Description
user fails to remove group from cluster without remove group privileges[1oz 1op deployed]
Test class
gui.scenarios.test_onepanel_members
Method
test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_deployed]
Duration
3 mins
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'menu'
request = <FixtureRequest for <Function 'test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_deployed]'>>

    @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:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1001>:2: in invite_user_to_cluster
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/clusters.py:40: in invite_user_to_cluster
    hosts)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-575>:2: in click_on_record_in_clusters_menu
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser_admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="5022025ff05e0d3e5a15af1dad8f18b0")>, 'browser_standard': <selenium.webdriver.chrome.webdriver.WebDriver (session="3d61932d42e1051e2d548abbbc16b8ad")>}
browser_id = 'browser_admin'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
record = 'dev-oneprovider-krakow'
hosts = {'elasticsearch': {'container-id': '56fe7bc71a76d454d4241664a6477ae8db50a6cdbf857b0f777033dad188c576', 'ip': '172.17.0...4de8e13d5f63c7', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.12', 'name': 'dev-onezone', ...}}

    @wt(parsers.parse('user of {browser_id} clicks on "{record}" in clusters menu'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def click_on_record_in_clusters_menu(selenium, browser_id, oz_page, record,
                                         hosts):
        driver = selenium[browser_id]
        record = hosts[record]['name']
>       oz_page(driver)['clusters'].menu[record]()
E       AttributeError: 'NoneType' object has no attribute 'menu'

tests/gui/steps/onezone/clusters.py:58: AttributeError