GUI acceptance tests using environment deployed from packages.

Build: #2875 failed

Job: Atm workflows stores failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 8 tests in total
  • 4 tests failed
  • 42 minutes taken in total.

Build 2,875 has the following 4 errors:There were no new test failures since the previous build.

Existing test failures 4
Status Test Failing since Duration
AssertionError: Workflow status is not equal to Finished
request = <FixtureRequest for <Function 'test_user_runs_workflow_with_debug_logging_level_and_can_see_entry_with_severity_debug_in_audit_log[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: 
(29 more lines...)
AssertionError: Workflow status is not equal to Finished
request = <FixtureRequest for <Function 'test_user_runs_workflow_with_info_logging_level_and_cannot_see_any_entry_with_severity_debug_in_audit_log[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: 
(29 more lines...)
RuntimeError: no  item found in Store details modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="a06054047a76975bc5a72128156b4d6b", element="167b4241-4bdd-47ec-9d1b-719517b0a487")>
css_sel = '.content-container'
err_msg = 'no  item found in Store details modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(298 more lines...)
AssertionError: file1 is not in Store details modal for output store
request = <FixtureRequest for <Function 'test_user_sees_list_of_datasets_in_result_store_after_modifying_input_store_data_type_to_dataset_and_executing_uploaded_echo_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: 
(29 more lines...)