GUI acceptance tests using environment deployed from packages.

Build: #2665 failed

Job: Oneprovider data tab failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 19 tests in total
  • 2 tests failed
  • 2 tests were quarantined / skipped
  • 22 minutes taken in total.

Build 2,665 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 file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="62b208cd12e65548b2c2974b3219408b", element="73f5c333-06a4-4f14-889d-6f2ef69b36d7")>
css_sel = '.jump-input'
err_msg = 'no  item found in file browser in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)
RuntimeError: no  item found in file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="76448c4b287ce549502210c46796b48a", element="a928e49e-9f1c-4e65-ab0f-787b582cb80d")>
css_sel = '.jump-input'
err_msg = 'no  item found in file browser in Oneprovider page'

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