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

Build: #1783 failed

Job: Files movement failed

user moves file using client2 and using client1 sees that file has been moved[1oz 1op 1oc-web GUi-oneclient1]: Test case result

The below summarizes the result of the test " user moves file using client2 and using client1 sees that file has been moved[1oz 1op 1oc-web GUi-oneclient1]" in build 1,783 of Onedata Products - mixed acceptance pkg - Chrome files movement tests.
Description
user moves file using client2 and using client1 sees that file has been moved[1oz 1op 1oc-web GUi-oneclient1]
Test class
mixed.scenarios.test_files_movement
Method
test_user_moves_file_using_client2_and_using_client1_sees_that_file_has_been_moved[1oz_1op_1oc-web GUI-oneclient1]
Duration
6 mins
Status
Failed (New Failure)

Error Log

RuntimeError: waited too long
request = <FixtureRequest for <Function 'test_user_moves_file_using_client2_and_using_client1_sees_that_file_has_been_moved[1oz_1op_1oc-web GUI-oneclient1]'>>

    @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:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/mixed/steps/data_basic.py:412: in create_directory_structure_in_op
    modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:280: in create_directory_structure_in_op_gui
    op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:311: in _create_content
    tmp_memory, op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:299: in _create_item
    op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:311: in _create_content
    tmp_memory, op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:299: in _create_item
    op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:311: in _create_content
    tmp_memory, op_container, modals, oz_page, popups)
tests/gui/meta_steps/oneprovider/data.py:292: in _create_item
    op_container, tmp_memory, oz_page, popups)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/oneprovider/data.py:333: in upload_file_to_op_gui
    go_to_path(browser_id, tmp_memory, path)
tests/gui/meta_steps/oneprovider/data.py:374: in go_to_path
    double_click_on_item_in_browser(browser_id, directory, tmp_memory)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-587>:2: in double_click_on_item_in_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'user1', item_name = 'dir2'
tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...0-9181375f7af2")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7feae25c8518>}})
which_browser = 'file_browser'

    @wt(parsers.parse('user of {browser_id} double clicks on item named'
                      ' "{item_name}" in {which_browser}'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def double_click_on_item_in_browser(browser_id, item_name, tmp_memory,
                                        which_browser='file browser'):
        which_browser = transform(which_browser)
        browser = tmp_memory[browser_id][which_browser]
        start = time.time()
        while item_name not in browser.data:
            time.sleep(1)
            if start + time.time() > start + WAIT_BACKEND:
>               raise RuntimeError('waited too long')
E               RuntimeError: waited too long

tests/gui/steps/oneprovider/browser.py:26: RuntimeError