GUI acceptance tests using environment deployed from packages.

Build: #2688 failed

Job: automation-examples workflows was successful

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 15 tests in total
  • 4 tests were quarantined / skipped
  • 73 minutes taken in total.

Build 2,688 has the following 4 quarantined tests:

Quarantined tests 4
Status Test Failing since Quarantined by Duration
RuntimeError: no  item found in Store details modal
store_content_list = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f0ae74f77c0>
index = 10
modal = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f0ae7829220>

    @repeat_failed(timeout=WAIT_BACKEND)
    def open_raw_view_for_elem(store_content_list, index, modal):
        for _ in range(10):
(346 more lines...)
RuntimeError: no  item found in Store details modal
store_content_list = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f0ae775aeb0>
index = 10
modal = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f0ae793a8e0>

    @repeat_failed(timeout=WAIT_BACKEND)
    def open_raw_view_for_elem(store_content_list, index, modal):
        for _ in range(10):
(346 more lines...)
RuntimeError: Index out of bound. Requested item at 1 while limit is 1 in Workflow in WorkflowsPage in AutomationPage in Onezone page
request = <FixtureRequest for <Function 'test_user_sees_desirable_exception_in_task_auditlog_after_changing_exceptionprobability_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: 
(30 more lines...)
KeyError: 'item'
request = <FixtureRequest for <Function 'test_user_sees_exception_after_execution_of_uploaded_downloadfiles_workflow_finishes_when_using_incorrect_fetch_file[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: 
(52 more lines...)