GUI acceptance tests using environment deployed from packages.

Build: #2044 was successful

Job: Oneprovider datasets privileges was successful

Stages & jobs

  1. Acceptance Test

Test results

  • 11 tests in total
  • 1 test was quarantined / skipped
  • 19 minutes taken in total.

Build 2,044 has the following 1 quarantined tests:

Quarantined tests 1
Status Test Failing since Quarantined by Duration
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="dc8762997cedb0e7efa1ed719f2de2a4")>
css_sel = '.content-space-datasets .archive-browser'
err_msg = 'no  item found in Oneprovider page'

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