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

Build: #1554 failed

Job: Chrome ACL tests failed

user sets acl with two entries[1oz 1op 1oc-web GUi-oneclient1-[data:read, data:write]-user-user2-file1]: Test case result

The below summarizes the result of the test " user sets acl with two entries[1oz 1op 1oc-web GUi-oneclient1-[data:read, data:write]-user-user2-file1]" in build 1,554 of Onedata Products - mixed acceptance pkg - Chrome ACL tests.
Description
user sets acl with two entries[1oz 1op 1oc-web GUi-oneclient1-[data:read, data:write]-user-user2-file1]
Test class
mixed.scenarios.test_acl_basic
Method
test_user_sets_acl_with_two_entries[1oz_1op_1oc-web GUI-oneclient1-[data:read, data:write]-user-user2-file1]
Duration
53 secs
Status
Failed (New Failure)

Error Log

RuntimeError: no  with "Files" text found in Space in DataPage in Onezone page
request = <FixtureRequest for <Function 'test_user_sets_acl_with_two_entries[1oz_1op_1oc-web GUI-oneclient1-[data:read, data:write]-user-user2-file1]'>>

    @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)
tests/mixed/steps/data_permissions.py:47: in grant_acl_privileges_in_op
    oz_page, modals)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/oneprovider/permissions.py:132: in grant_acl_privileges_in_op_gui
    option_in_submenu, oz_page)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-635>:2: in click_on_option_of_space_on_left_sidebar_menu
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:272: in click_on_option_of_space_on_left_sidebar_menu
    transform(option)).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="ee0341177e25382771b35313cf4154b3", element="e6a0ea2c-614d-4c28-b86f-c1d7387bd84e")>
css_sel = '.one-list-level-2 .item-header', text = 'Files'
err_msg = 'no  with "Files" text found in Space in DataPage in Onezone page'

    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 "Files" text found in Space in DataPage in Onezone page

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