GUI acceptance tests using environment deployed from packages.

Build: #646 failed

Job: Onezone spaces multiuser failed

user joins a space with group invitation token and see space was renamed[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user joins a space with group invitation token and see space was renamed[1oz 1op deployed]" in build 646 of Onedata Products - gui acceptance pkg - Chrome onezone spaces multiuser tests.
Description
user joins a space with group invitation token and see space was renamed[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_spaces_multiuser
Method
test_user_joins_a_space_with_group_invitation_token_and_see_space_was_renamed[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

RuntimeError: no RENAME item found in SpaceOverviewPage in DataPage in Onezone page
request = <FixtureRequest for <Function 'test_user_joins_a_space_with_group_invitation_token_and_see_space_was_renamed[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_spaces_multiuser.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-374>:2: in type_space_name_on_rename_space_input_on_overview_page
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:110: in type_space_name_on_rename_space_input_on_overview_page
    oz_page(driver)['data'].overview_page.rename()
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.remote.webelement.WebElement (session="5e464555be3cbc9c81ebc2cceb083fbc", element="0.37151121207582305-20")>
css_sel = '.edit-icon'
err_msg = 'no RENAME item found in SpaceOverviewPage in DataPage 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 RENAME item found in SpaceOverviewPage in DataPage in Onezone page

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