Build: #1 was successful

Job: Chrome transfers multi browser tests was successful

user migrates directory with 2 files on different providers to current provider: Test case result

The below summarizes the result of the test " user migrates directory with 2 files on different providers to current provider" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4389-add-option-for-deleting-existing - Chrome transfers multi browser tests.
Description
user migrates directory with 2 files on different providers to current provider
Test class
gui.scenarios.test_oneprovider_transfers_multi
Method
test_user_migrates_directory_with_2_files_on_different_providers_to_current_provider
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: Item is synchronized in provider dev-oneprovider-krakow
request = <FixtureRequest for <Function 'test_user_migrates_directory_with_2_files_on_different_providers_to_current_provider'>>

>   ???

tests/gui/scenarios/test_oneprovider_transfers_multi.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
tests/gui/meta_steps/oneprovider/common.py:96: in assert_file_chunks
    hosts)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="0d85ac826244ec5d7900b92d8c429436")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="273711608ef5bc6a63c573b793ac19e7")>}
browser_id = 'browser1', provider = 'oneprovider-1'
hosts = {'oneprovider-1': {'container_id': '3d3a781732c7d268eceb8d3ba7ffe2604094af1a87202772f9da49c2c2228672', 'hostname': 'de...74c7b16a2eef21c', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.48', 'name': 'dev-onezone', ...}}

    @wt(parsers.re('user of (?P<browser_id>.*) sees that item is never '
                   'synchronized in provider "(?P<provider>.*)"'))
    def assert_item_never_synchronized(selenium, browser_id, provider, hosts):
        provider_name = hosts[provider]['name']
        assert (modals(selenium[browser_id])
                .data_distribution
                .providers[provider_name]
                .distribution
                .is_never_synchronized()), \
>           'Item is synchronized in provider {}'.format(provider_name)
E       AssertionError: Item is synchronized in provider dev-oneprovider-krakow

tests/gui/steps/oneprovider/transfers.py:115: AssertionError