Build: #52 failed
Job: Onezone spaces basic failed
user successfully unsets space as home space: Test case result
The below summarizes the result of the test " user successfully unsets space as home space" in build 52 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
- Description
- user successfully unsets space as home space
- Test class
- gui.scenarios.test_onezone_spaces_basic
- Method
- test_user_successfully_unsets_space_as_home_space
- Duration
- 37 secs
- Status
- Failed (New Failure)
Error Log
AssertionError request = <FixtureRequest for <Function 'test_user_successfully_unsets_space_as_home_space'>> > ??? tests/gui/scenarios/test_onezone_spaces_basic.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-358>:2: in assert_home_space_has_disappeared_on_spaces_on_left_sidebar_menu ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="a6a93886ed4dfe9af9644e901c03c6f2")>} browser_id = 'browser', space_name = 'space1' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.parse('user of {browser_id} sees that home of "{space_name}" ' 'has disappeared in the sidebar')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_home_space_has_disappeared_on_spaces_on_left_sidebar_menu(selenium, browser_id, space_name, oz_page): driver = selenium[browser_id] assert not (oz_page(driver)['spaces'].elements_list[space_name].is_home_icon(), > 'home of space "{}" found'.format(space_name)) E AssertionError tests/gui/steps/onezone/spaces.py:180: AssertionError