GUI acceptance tests using environment deployed from packages.

Build: #19 failed

Job: Chrome onezone providers sync test failed

providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]: Test case result

The below summarizes the result of the test " providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]" in build 19 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome onezone providers sync test.
Description
providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]
Test class
gui.scenarios.test_onezone_providers_sync
Method
test_providers_synchronizes_after_supporting_space_with_yet_another_provider[1oz_3op_providers_sync]
Duration
12 mins
Status
Failed (New Failure)

Error Log

AssertionError: Providers oneprovider-3 - oneprovider-2 are synced
request = <FixtureRequest for <Function 'test_providers_synchronizes_after_supporting_space_with_yet_another_provider[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-1089>:2: in check_delay
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="f006278a5b178efec25aa4795d92d4ca")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
hosts = {'oneprovider-1': {'container-id': 'c2d68d603c542ce059d714997f48026e4bb833275b196f8e6e19017bab7537be', 'hostname': 'de...73d253c5363199', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.15', 'name': 'dev-onezone', ...}}
horizontal = 'oneprovider-3', vertical = 'oneprovider-2'

    @wt(parsers.parse('user of {browser_id} sees that delay of "{horizontal}" - '
                      '"{vertical}" intersection is other than "synced"'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def check_delay(selenium, browser_id, oz_page, hosts, horizontal, vertical):
        cell = find_cell_on_providers_intersection(selenium, browser_id, horizontal,
                                                   vertical, oz_page, hosts)
        delay = cell.delay
>       assert delay != 'synced', f'Providers {horizontal} - {vertical} are synced'
E       AssertionError: Providers oneprovider-3 - oneprovider-2 are synced

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