Build: #18 failed

Job: Onezone spaces basic failed

rename space click on confirmation button: Test case result

The below summarizes the result of the test " rename space click on confirmation button" in build 18 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
Description
rename space click on confirmation button
Test class
gui.scenarios.test_onezone_spaces_basic
Method
test_rename_space_click_on_confirmation_button
Duration
39 secs
Status
Failed (New Failure)

Error Log

RuntimeError: no NAME item found in Space in SpacesPage in Onezone page
request = <FixtureRequest for <Function 'test_rename_space_click_on_confirmation_button'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.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-336>:2: in assert_space_has_disappeared_on_spaces
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/space.py:127: in assert_space_has_disappeared_on_spaces
    assert space_name not in oz_page(driver)['spaces'].elements_list
tests/gui/utils/core/web_objects.py:92: in __contains__
    return False if self._getitem_by_id(item) is None else True
tests/gui/utils/core/web_objects.py:53: in _getitem_by_id
    if item.id == sel:
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="75b40e4437097093a15df3528ffd16b9", element="0.9948660212746188-19")>
css_sel = '.item-name'
err_msg = 'no NAME item found in Space in SpacesPage in Onezone page'

    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 NAME item found in Space in SpacesPage in Onezone page

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