GUI acceptance tests using environment deployed from packages.

Build: #903 failed

Job: Multiprovider basic failed

user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]" in build 903 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
Description
user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'menu'
request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_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)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func
    result = request.getfixturevalue(func.__name__)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: in call_fixture_func
    res = fixturefunc(**kwargs)
<decorator-gen-776>:2: in revoke_all_space_supports
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onepanel/spaces.py:178: in revoke_all_space_supports
    hosts)
<decorator-gen-430>: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="88d42b5658bab9aed5ad6b255931946b")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="08c5ec41b4ebfc5ce5ae5cc800c5c167")>}
browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
record = 'dev-oneprovider-krakow'
hosts = {'oneprovider-1': {'container-id': 'b401c702f5026efec4baec3413d329faa6b0d874cb82066e6455e0b0b6564a79', 'hostname': 'de...8b02e217b3da58', '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:41: AttributeError