GUI acceptance tests using environment deployed from packages.
Build: #743 failed
Job: Onepanel basic failed
revoke space support[1oz 1op deployed-browser2-space2]: Test case result
The below summarizes the result of the test " revoke space support[1oz 1op deployed-browser2-space2]" in build 743 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- revoke space support[1oz 1op deployed-browser2-space2]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_revoke_space_support[1oz_1op_deployed-browser2-space2]
- Duration
- 45 secs
- Status
- Failed (New Failure)
Error Log
AssertionError: space "space2" not found request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser2-space2]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) <decorator-gen-358>:2: in assert_new_created_space_has_appeared_on_spaces ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="16a034f2e0f500e78bf8ab08f1525b48")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="78635fa316cdde8fa750b7e36abc3132")>} browser_id = 'browser1', space_name = 'space2' 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)['data'].elements_list, \ > 'space "{}" not found'.format(space_name) E AssertionError: space "space2" not found tests/gui/steps/onezone/spaces.py:79: AssertionError