GUI acceptance tests using environment deployed from packages.

Build: #21 failed

Job: Chrome onezone providers sync test failed

provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]: Test case result

The below summarizes the result of the test " provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]" in build 21 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome onezone providers sync test.
Description
provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]
Test class
gui.scenarios.test_onezone_providers_sync
Method
test_provider_with_stopped_workers_is_offline_and_resynchronises_with_others_after_restart[1oz_3op_providers_sync]
Duration
31 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Synchronization is not done in given time
request = <FixtureRequest for <Function 'test_provider_with_stopped_workers_is_offline_and_resynchronises_with_others_after_restart[1oz_3op_providers_sync]'>>

    @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)
<decorator-gen-1079>:2: in wait_for_all_syncs_done_after_restart
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/providers_sync.py:38: in wait_for_all_syncs_done_after_restart
    _wait_for_all_syncs_done(selenium, browser_id, oz_page)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="df13c70befc7c142eab26cb973afbd11")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    def _wait_for_all_syncs_done(selenium, browser_id, oz_page):
        time.sleep(1)
        driver = selenium[browser_id]
        page = oz_page(driver)['providers']
        for cell in page.sync_table.intersection_cells:
>           assert cell.sync_done(), 'Synchronization is not done in given time'
E           AssertionError: Synchronization is not done in given time

tests/gui/steps/onezone/providers_sync.py:46: AssertionError