Build: #24 failed

Job: Storage sync failed

user disables files update: Test case result

The below summarizes the result of the test " user disables files update" in build 24 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome storage sync tests.
Description
user disables files update
Test class
gui.scenarios.test_storage_sync
Method
test_user_disables_files_update
Duration
34 secs
Status
Failed (Existing Failure)

Error Log

RuntimeError: no INPUT BOX item found in SpacesPage in Onezone page
request = <FixtureRequest for <Function 'test_user_disables_files_update'>>

>   ???

tests/gui/scenarios/test_storage_sync.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-284>:2: in type_space_name_on_input_on_create_new_space_page
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:32: in type_space_name_on_input_on_create_new_space_page
    oz_page(driver)['spaces'].input_box.value = space_name
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, 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.chrome.webdriver.WebDriver (session="f5436b7cd0a3de5c25a282470402afd8")>
css_sel = '.content-info-content-container'
err_msg = 'no INPUT BOX item found 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 INPUT BOX item found in SpacesPage in Onezone page

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