GUI acceptance tests using environment deployed from packages.

Build: #1987 failed

Job: Onepanel basic failed

Stages & jobs

  1. Acceptance Test

Test results

  • 14 tests in total
  • 2 tests failed
  • 1 test was quarantined / skipped
  • 33 minutes taken in total.

Build 1,987 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 DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="fd333e26130965f3f9214a93640b005b")>
css_sel = '.current-oneprovider-name'
err_msg = 'no  item found in DataPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(285 more lines...)
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="8369b8e2a9bc1bab8c41c0b9637876dd")>
css_sel = '.current-oneprovider-name'
err_msg = 'no  item found in DataPage in Onezone page'

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