Build: #2 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 2 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 (Existing 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="f8a72380876738806ec859c1ec53c221")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="837ab9b1c97e58bb54f34803f2186bb4")>}
browser_id = 'browser1', provider = 'oneprovider-1'
hosts = {'oneprovider-1': {'container_id': '15ed6198880acf1d7039b09b61cc335a51091395b778c572617e0fb5e336ce5a', 'hostname': 'de...35d2ca6a4921a5d', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.30', '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