GUI acceptance tests using environment deployed from packages.
Build: #2584 failed
Job: Atm workflows stores failed
user sees results for task workflow and in result store after modifying task by adding result mapping in uploaded workflow[1oz 1op openfaas]: Test case result
The below summarizes the result of the test " user sees results for task workflow and in result store after modifying task by adding result mapping in uploaded workflow[1oz 1op openfaas]" in build 2,584 of Onedata Products - gui acceptance pkg - Oneprovider atm workflows stores.
- Description
- user sees results for task workflow and in result store after modifying task by adding result mapping in uploaded workflow[1oz 1op openfaas]
- Test class
- gui.scenarios.test_oneprovider_atm_workflows_stores
- Method
- test_user_sees_results_for_task_workflow_and_in_result_store_after_modifying_task_by_adding_result_mapping_in_uploaded_workflow[1oz_1op_openfaas]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'workflows_page' request = <FixtureRequest for <Function 'test_user_sees_results_for_task_workflow_and_in_result_store_after_modifying_task_by_adding_result_mapping_in_uploaded_workflow[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) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="bef1dbc6d6c62265c4e82c2866f2a94b")>} browser_id = 'browser', lane = 'calculate-checksums' popups = <class 'tests.gui.utils.common.popups.Popups'> modals = <class 'tests.gui.utils.common.modals.Modals'>, task = 'sha256' @wt(parsers.re('user of (?P<browser_id>.*) removes "(?P<task>.*)" task' ' from (?P<ordinal>.*) parallel box in "(?P<lane>.*)" lane')) def remove_task_from_lane(oz_page, selenium, browser_id, lane, popups, modals, task): modal = 'Remove task' option = 'Remove' driver = selenium[browser_id] page = oz_page(driver)['automation'] > lane = page.workflows_page.workflow_visualiser.workflow_lanes[lane] E AttributeError: 'NoneType' object has no attribute 'workflows_page' tests/gui/meta_steps/onezone/automation/task_management.py:134: AttributeError