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

Build: #3176 failed

Job: Storage sync failed

files tree with specified depth is imported to space after changing max depth enabling delete and disabling modification detection[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 enabling delete and disabling modification detection[1oz 1op 1oc-web GUi-RESt]" in build 3,176 of Onedata Products - mixed acceptance pkg - Storage sync.
Description
files tree with specified depth is imported to space after changing max depth enabling delete and disabling modification detection[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_enabling_delete_and_disabling_modification_detection[1oz_1op_1oc-web GUI-REST]
Duration
13 mins
Status
Failed (New Failure)

Error Log

AssertionError: there is different number of items in file browser, actual items: {'file1.txt', 'dir22'}, expected items: ['dir2']
request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_enabling_delete_and_disabling_modification_detection[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-1247>: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:253: in assert_space_content_in_op_gui
    check_file_structure_in_browser(
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/gui/meta_steps/oneprovider/files_tree.py:88: in check_file_structure_in_browser
    check_tree_browser(
tests/gui/meta_steps/oneprovider/files_tree.py:49: in check_tree_browser
    assert_only_expected_items_presence_in_browser(
<decorator-gen-557>:2: in assert_only_expected_items_presence_in_browser
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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

    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_only_expected_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)
    
>       assert len(item_list) == len(data), (
            f'there is different number of items in {which_browser}, '
            f'actual items: {data}, expected items: {item_list}')
E       AssertionError: there is different number of items in file browser, actual items: {'file1.txt', 'dir22'}, expected items: ['dir2']

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