Build: #18 failed

Job: Onezone spaces basic failed

switch between spaces: Test case result

The below summarizes the result of the test " switch between spaces" in build 18 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
Description
switch between spaces
Test class
gui.scenarios.test_onezone_spaces_basic
Method
test_switch_between_spaces
Duration
1 min
Status
Failed (New Failure)

Error Log

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

>   ???

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-324>:2: in click_space_on_spaces_on_left_sidebar_menu
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/space.py:81: in click_space_on_spaces_on_left_sidebar_menu
    oz_page(driver)['spaces'].elements_list[space_name].click()
tests/gui/utils/core/web_objects.py:79: in __getitem__
    item = self._getitem_by_id(sel)
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="f9032d9c4b8ff1cda4767a724cf317df", element="0.3593830575385748-17")>
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