GUI acceptance tests using environment deployed from packages.
Build: #2659 failed
Job: Atm workflows pausing and cancelling failed
user sees that tasks are cancelled after cancelling workflow while task was pausing[1oz 1op openfaas]: Test case result
The below summarizes the result of the test " user sees that tasks are cancelled after cancelling workflow while task was pausing[1oz 1op openfaas]" in build 2,659 of Onedata Products - gui acceptance pkg - Atm workflows pausing and cancelling.
- Description
- user sees that tasks are cancelled after cancelling workflow while task was pausing[1oz 1op openfaas]
- Test class
- gui.scenarios.test_atm_workflows_pausing_and_cancelling
- Method
- test_user_sees_that_tasks_are_cancelled_after_cancelling_workflow_while_task_was_pausing[1oz_1op_openfaas]
- Duration
- 49 secs
- Status
- Failed (Existing Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'spaces_header_list' request = <FixtureRequest for <Function 'test_user_sees_that_tasks_are_cancelled_after_cancelling_workflow_while_task_was_pausing[1oz_1op_openfaas]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/meta_steps/onezone/automation/workflow_management.py:120: in execute_workflow click_element_on_lists_on_left_sidebar_menu(selenium, browser_id, spaces, tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-541>:2: in click_element_on_lists_on_left_sidebar_menu ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/spaces.py:134: in click_element_on_lists_on_left_sidebar_menu _choose_space_from_menu_list(oz_page, driver, name) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="25fa6ee98a923c82d7066a04f48cd89f")> name = 'space1' def _choose_space_from_menu_list(oz_page, driver, name): option = 'data' try: > oz_page(driver)[option].spaces_header_list[name]() E AttributeError: 'NoneType' object has no attribute 'spaces_header_list' tests/gui/steps/onezone/spaces.py:26: AttributeError