Build: #18 failed
Job: Onezone spaces basic failed
cancel rename space: Test case result
The below summarizes the result of the test " cancel rename space" in build 18 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
- Description
- cancel rename space
- Test class
- gui.scenarios.test_onezone_spaces_basic
- Method
- test_cancel_rename_space
- Duration
- 44 secs
- Status
- Failed (New Failure)
Error Log
RuntimeError: no NAME item found in Space in SpacesPage in Onezone page request = <FixtureRequest for <Function 'test_cancel_rename_space'>> > ??? tests/gui/scenarios/test_onezone_spaces_basic.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) <decorator-gen-336>:2: in assert_space_has_disappeared_on_spaces ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/space.py:127: in assert_space_has_disappeared_on_spaces assert space_name not in oz_page(driver)['spaces'].elements_list tests/gui/utils/core/web_objects.py:92: in __contains__ return False if self._getitem_by_id(item) is None else True 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="64dbcde0551ba6fa05a146a5425a5805", element="0.845441051012473-19")> 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