Build: #36 failed
Job: Onepanel basic failed
support space: Test case result
The below summarizes the result of the test " support space" in build 36 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onepanel basic tests.
- Description
- support space
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_support_space
- Duration
- 42 secs
- Status
- Failed (Existing Failure)
Error Log
AssertionError request = <FixtureRequest for <Function 'test_support_space'>> from tests.gui.steps.onezone.spaces import * > from tests.gui.steps.onezone.multibrowser_spaces import * tests/gui/scenarios/test_onepanel_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-300>:2: in assert_new_created_space_has_appeared_on_spaces ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="b38c8ce697ef82028594a2f44a9c6068")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="71a490a5d81b7b9c812b0e489ae30cf1")>} browser_id = 'browser2', space_name = 'helloworld' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.parse('user of {browser_id} sees that "{space_name}" has appeared ' 'on the spaces list in the sidebar')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_new_created_space_has_appeared_on_spaces(selenium, browser_id, space_name, oz_page): driver = selenium[browser_id] > assert space_name in oz_page(driver)['spaces'].elements_list E AssertionError tests/gui/steps/onezone/spaces.py:77: AssertionError