GUI acceptance tests using environment deployed from packages.

Build: #1146 failed

Job: Multiprovider multiuser 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 1,146 of Onedata Products - gui acceptance pkg - Chrome multiprovider multiuser tests.
Description
user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_multiuser
Method
test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
Jira Issue
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: no  with "File-popularity" text found in NavigationHeader in Space in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 20.02.1
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)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-177>:2: in click_on_navigation_tab_in_space
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:348: in click_on_navigation_tab_in_space
    getattr(nav, tab).click()
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:52: in __get__
    lambda: self._format_msg(err_msg, instance,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b53c6e74472a05372b1fbf1adbb70cc1", element="a0b9d2cf-e6ff-4674-9fbd-235c5768390a")>
css_sel = 'li', text = 'File-popularity'
err_msg = 'no  with "File-popularity" text found in NavigationHeader in Space in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.1'

    def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg):
        items = web_elem_root.find_elements_by_css_selector(css_sel)
        _scroll_to_css_sel(web_elem_root, css_sel)
        for item in items:
            if item.text.lower() == text.lower():
                return item
        else:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no  with "File-popularity" text found in NavigationHeader in Space in SpacesContentPage in content in dev-oneprovider-krakow
E           Oneprovider Panel 20.02.1

tests/gui/utils/generic.py:114: RuntimeError