GUI acceptance tests using environment deployed from packages.

Build: #858 failed

Job: Onepanel basic was successful

user fails to see members without view cluster[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user fails to see members without view cluster[1oz 1op deployed]" in build 858 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user fails to see members without view cluster[1oz 1op deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_fails_to_see_members_without_view_cluster[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'menu'
request = <FixtureRequest for <Function 'test_user_fails_to_see_members_without_view_cluster[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)
<decorator-gen-848>:2: in invite_user_to_cluster
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/clusters.py:40: in invite_user_to_cluster
    hosts)
<decorator-gen-438>:2: in click_on_record_in_clusters_menu
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="f441ba7e57ae2a0798a3b12b1eaa4298")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="f20efd203f833a93e0ec3ac1a3e4f338")>}
browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
record = 'dev-oneprovider-krakow'
hosts = {'elasticsearch': {'container-id': 'efe81eb7e7545cbc05e7b414c4d4ad549319c144e817c2bb5d2b0efdd589e4b5', 'ip': '172.17.0...36b57edff816e9', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.13', '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:41: AttributeError