Build: #35 failed

Job: Multiprovider multiuser failed

user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution: Test case result

The below summarizes the result of the test " user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution" in build 35 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider multiuser tests.
Description
user uploads file on one provider sees its distribution downloads on other provider and again sees its distribution
Test class
gui.scenarios.test_multiprovider_multiuser
Method
test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution
Duration
5 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: no END item found in file blocks for provider record for "dev-oneprovider-paris" in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution'>>

    from tests.gui.steps.oneprovider.common import *
>   from tests.gui.steps.oneprovider.data_tab import *

tests/gui/scenarios/test_multiprovider_multiuser.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
<decorator-gen-302>:2: in assert_provider_chunk_in_data_distribution_filled
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/data_tab.py:366: in assert_provider_chunk_in_data_distribution_filled
    size, _ = distribution.size
tests/gui/utils/common/modals/data_distribution.py:26: in size
    end, unit = self.end.split()
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="e888168074030a4ddd61603a1b43f2c0", element="0.48307140681312455-33")>
css_sel = '.file-size .end'
err_msg = 'no END item found in file blocks for provider record for "dev-oneprovider-paris" in Data distribution modal for "20B-0.txt"'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
            item = web_elem_root.find_element_by_css_selector(css_sel)
        except NoSuchElementException:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no END item found in file blocks for provider record for "dev-oneprovider-paris" in Data distribution modal for "20B-0.txt"

tests/gui/utils/generic.py:129: RuntimeError