GUI acceptance tests using environment deployed from packages.

Build: #383 failed

Job: Onepanel basic failed

revoke space support[1oz 1op not deployed]: Test case result

The below summarizes the result of the test " revoke space support[1oz 1op not deployed]" in build 383 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
revoke space support[1oz 1op not deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_revoke_space_support[1oz_1op_not_deployed]
Duration
31 secs
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_revoke_space_support[1oz_1op_not_deployed]'>>

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

tests/gui/scenarios/test_onepanel_basic.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-150>:2: in wt_expands_toolbar_icon_for_space_in_onepanel
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:291: in wt_expands_toolbar_icon_for_space_in_onepanel
    record = onepanel(selenium[browser_id]).content.spaces.spaces[space]
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="5f6fb32bb2e40a9474758c23c9d914b9", element="0.9025614983363441-19")>
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:91: RuntimeError