GUI acceptance tests using environment deployed from packages.

Build: #395 failed

Job: Chrome transfers multi browser tests failed

user migrates file from remote provider to current provider[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user migrates file from remote provider to current provider[1oz 2op deployed]" in build 395 of Onedata Products - gui acceptance pkg - Chrome transfers multi browser tests.
Description
user migrates file from remote provider to current provider[1oz 2op deployed]
Test class
gui.scenarios.test_oneprovider_transfers_multi
Method
test_user_migrates_file_from_remote_provider_to_current_provider[1oz_2op_deployed]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: distribution for dev-oneprovider-krakow is not entirely empty. Visible chunks: [(0, 50)]
request = <FixtureRequest for <Function 'test_user_migrates_file_from_remote_provider_to_current_provider[1oz_2op_deployed]'>>

>   ???

tests/gui/scenarios/test_oneprovider_transfers_multi.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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:101: in assert_file_chunks
    hosts)
<decorator-gen-202>:2: in assert_provider_chunk_in_data_distribution_empty
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="12135353ae772710f7cc7cb2cf6f69b0")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="91cc4e5716e577be8f0bd39d34fb8933")>}
browser_id = 'browser2', provider = 'dev-oneprovider-krakow'
modals = <class 'tests.gui.utils.common.modals.Modals'>
hosts = {'oneprovider-1': {'container-id': 'f1d256067bffc335399bac087832a6282434ca86ef627424b3a52d1df1f03561', 'hostname': 'de...556b019c10f233', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.13', 'name': 'dev-onezone', ...}}

    @when(parsers.parse('user of {browser_id} sees that chunk bar for provider '
                        '"{provider}" is entirely empty'))
    @then(parsers.parse('user of {browser_id} sees that chunk bar for provider '
                        '"{provider}" is entirely empty'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_provider_chunk_in_data_distribution_empty(selenium, browser_id,
                                                         provider, modals, hosts):
        driver = selenium[browser_id]
        provider = hosts[provider]['name']
        prov_rec = modals(driver).data_distribution.providers[provider]
        distribution = prov_rec.distribution
        size, _ = distribution.size
        chunks = distribution.chunks
        assert not chunks, 'distribution for {} is not entirely empty. ' \
>                          'Visible chunks: {}'.format(provider, chunks)
E       AssertionError: distribution for dev-oneprovider-krakow is not entirely empty. Visible chunks: [(0, 50)]

tests/gui/steps/oneprovider/data_tab.py:366: AssertionError