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

Build: #2728 failed

Job: Storage sync failed

files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]" in build 2,728 of Onedata Products - mixed acceptance pkg - Chrome storage sync.
Description
files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_storage_sync
Method
test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-web GUI-REST]
Duration
10 mins
Status
Failed (New Failure)

Error Log

AssertionError: not found "dir2" in browser
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1183>:2: in assert_space_content_in_op
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/onepanel_basic.py:535: in assert_space_content_in_op
    assert_space_content_in_op_gui(config, selenium, user, op_container,
tests/gui/meta_steps/oneprovider/data.py:267: in assert_space_content_in_op_gui
    _check_files_tree(yaml.load(config), user, tmp_memory, '', selenium,
tests/gui/meta_steps/oneprovider/data.py:216: in _check_files_tree
    assert_items_presence_in_browser(selenium, user, item_name,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-499>:2: in assert_items_presence_in_browser
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'onepanel': <selenium.webdriver.chrome.webdriver.WebDriver (session="fd82ff3676760c8f763dc40e42d0c741")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="c5d6dd6f9f5e386e564aff1c380fee87")>}
browser_id = 'user1', item_list = 'dir2'
tmp_memory = defaultdict(<class 'dict'>, {'onepanel': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...xNjc3MDExMDU4CjAwMmZzaWduYXR1cmUgvwrcfI3bLJtLQXixPYSprDspqsQZkWmRsf9nGxS1exwK'}, 'oz': {}, 'window': {'modal': None}}})
which_browser = 'file browser'

    @wt(parsers.parse('user of {browser_id} sees item(s) '
                      'named {item_list} in {which_browser}'))
    @wt(parsers.parse('user of {browser_id} sees that item named '
                      '{item_list} has appeared in {which_browser}'))
    @wt(parsers.parse('user of {browser_id} sees that items named '
                      '{item_list} have appeared in {which_browser}'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_items_presence_in_browser(selenium, browser_id, item_list, tmp_memory,
                                         which_browser='file browser'):
        data = _get_items_list_from_browser(selenium, browser_id, tmp_memory,
                                            which_browser)
        for item_name in parse_seq(item_list):
>           assert item_name in data, (f'not found "{item_name}" '
                                       f'in browser')
E           AssertionError: not found "dir2" in browser

tests/gui/steps/oneprovider/browser.py:120: AssertionError