GUI acceptance tests using environment deployed from packages.
Build: #2658 failed
Job: Atm workflows pausing and cancelling failed
user sees status status in lane2 after stopping execution of uploaded workflowwithsleep workflow[1oz 1op openfaas-paused-pause]: Test case result
The below summarizes the result of the test " user sees status status in lane2 after stopping execution of uploaded workflowwithsleep workflow[1oz 1op openfaas-paused-pause]" in build 2,658 of Onedata Products - gui acceptance pkg - Atm workflows pausing and cancelling.
- Description
- user sees status status in lane2 after stopping execution of uploaded workflowwithsleep workflow[1oz 1op openfaas-paused-pause]
- Test class
- gui.scenarios.test_atm_workflows_pausing_and_cancelling
- Method
- test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleep_workflow[1oz_1op_openfaas-Paused-Pause]
- Duration
- 52 secs
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'spaces_header_list' request = <FixtureRequest for <Function 'test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleep_workflow[1oz_1op_openfaas-Paused-Pause]'>> @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="56e9639f95b0736fab334e0bad8b9bb1")> 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