GUI acceptance tests using environment deployed from packages.

Build: #2669 failed

Job: automation-examples workflows failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 15 tests in total
  • 2 tests failed
  • 2 tests were quarantined / skipped
  • 69 minutes taken in total.

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

Existing test failures 2
Status Test Failing since Duration
RuntimeError: no  item found in Store details modal
store_content_list = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f7785de7940>
index = 10
modal = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f7785de7eb0>

    @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 0x7f7785d89220>
index = 10
modal = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f7785d895e0>

    @repeat_failed(timeout=WAIT_BACKEND)
    def open_raw_view_for_elem(store_content_list, index, modal):
        for _ in range(10):
(346 more lines...)