GUI acceptance tests using environment deployed from packages.

Build: #290 failed

Job: Storage sync failed

user supports space with storage sync and no enabled options: Test case result

The below summarizes the result of the test " user supports space with storage sync and no enabled options" in build 290 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
Description
user supports space with storage sync and no enabled options
Test class
gui.scenarios.test_storage_sync
Method
test_user_supports_space_with_storage_sync_and_no_enabled_options
Duration
1 min
Status
Failed (New Failure)

Error Log

RuntimeError: no NAME item found in SpaceRecord in SpacesContentPage in content in Provider Panel
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_no_enabled_options'>>

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

tests/gui/scenarios/test_storage_sync.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-124>:2: in wt_assert_existence_of_space_support_record
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:113: in wt_assert_existence_of_space_support_record
    in onepanel(selenium[browser_id]).content.spaces.spaces}
tests/gui/steps/onepanel/spaces.py:112: in <setcomp>
    spaces = {space.name for space
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="eed2553aba62e4de74c45e8ad1e6c24c", element="0.12323669010078309-40")>
css_sel = '.item-icon-container + .one-label'
err_msg = 'no NAME item found in SpaceRecord in SpacesContentPage in content in Provider Panel'

    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 SpaceRecord in SpacesContentPage in content in Provider Panel

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