GUI acceptance tests using environment deployed from packages.

Build: #2492 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Acceptance Test

Test results

  • 13 tests in total
  • 12 tests failed
  • 1 test was quarantined / skipped
  • 32 minutes taken in total.

Build 2,492 has the following 1 quarantined tests:

Quarantined tests 1
Status Test Failing since Quarantined by Duration
RuntimeError: no  item found in WorkflowExecutionPage in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="9d52cf50ed17fc870728a054a792640a", element="57b3560a-039e-4c12-a668-cdf264879182")>
css_sel = '.tag-creator-trigger'
err_msg = 'no  item found in WorkflowExecutionPage in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(306 more lines...)