GUI acceptance tests using environment deployed from packages.

Build: #2491 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Acceptance Test

Test results

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

Build 2,491 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="a83a30a2e5953a1ebd3b03103481a697", element="0846c82b-0af8-4c25-a2f2-da6045681e69")>
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...)