GUI acceptance tests using environment deployed from packages.

Build: #1708 failed

Job: Storage sync failed

user does not see files update when detect modifications is disabled[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user does not see files update when detect modifications is disabled[1oz 1op deployed]" in build 1,708 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
Description
user does not see files update when detect modifications is disabled[1oz 1op deployed]
Test class
gui.scenarios.test_storage_sync
Method
test_user_does_not_see_files_update_when_detect_modifications_is_disabled[1oz_1op_deployed]
Duration
7 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: waited too long
request = <FixtureRequest for <Function 'test_user_does_not_see_files_update_when_detect_modifications_is_disabled[1oz_1op_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:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-675>:2: in double_click_on_item_in_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'browser2', item_name = 'file1.txt'
tmp_memory = defaultdict(<class 'dict'>, {'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...': {'modal': None}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f258c0cda20>}})
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