Build: #35 failed

Job: Multiprovider basic failed

user uploads file sees its distribution writes to it beyond the end of file using cdmi and sees its distribution again: Test case result

The below summarizes the result of the test " user uploads file sees its distribution writes to it beyond the end of file using cdmi and sees its distribution again" in build 35 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider basic tests.
Description
user uploads file sees its distribution writes to it beyond the end of file using cdmi and sees its distribution again
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again
Duration
1 min
Status
Failed (Existing Failure)

Error Log

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

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onezone.common import *

tests/gui/scenarios/test_multiprovider_basic.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)
<decorator-gen-464>: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="33f5646cadaf516bd8f4eda8e93f5ac1", element="0.5961538590587001-21")>
css_sel = '.file-size .end'
err_msg = 'no END item found in file blocks for provider record for "dev-oneprovider-krakow" 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-krakow" in Data distribution modal for "20B-0.txt"

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