GUI acceptance tests using environment deployed from packages.
Build: #2617 failed
Job: automation-examples workflows failed
user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]: Test case result
The below summarizes the result of the test " user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]" in build 2,617 of Onedata Products - gui acceptance pkg - automation-examples workflows.
- Description
- user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]
- Test class
- gui.scenarios.test_automation_examples_workflows_tests
- Method
- test_user_sees_desirable_active_workflow_status_before_10s_pass_in_task_auditlog_after_changing_sleepdurationsec_in_echo_lambda[1oz_1op_openfaas]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Workflow status is not equal to Finished request = <FixtureRequest for <Function 'test_user_sees_desirable_active_workflow_status_before_10s_pass_in_task_auditlog_after_changing_sleepdurationsec_in_echo_lambda[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) <decorator-gen-1265>:2: in assert_status_in_workflow_visualizer ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="7df5cfba701f617d39c132fdf7b20e9c")>} browser_id = 'browser' op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> status = 'Finished' @wt(parsers.parse('user of {browser_id} sees "{status}" status in status ' 'bar in workflow visualizer')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_status_in_workflow_visualizer(selenium, browser_id, op_container, status): page = switch_to_automation_page(selenium, browser_id, op_container) > assert status in page.workflow_visualiser.status, (f'Workflow status is not' f' equal to {status}') E AssertionError: Workflow status is not equal to Finished tests/gui/steps/oneprovider/automation/automation_statuses.py:39: AssertionError