Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #3276 failed

Job: Datasets failed

Test results

  • 20 tests in total
  • 1 test failed
  • 20 minutes taken in total.

Build 3,276 has the following 1 errors:There were no new test failures since the previous build.

Existing test failures 1
Status Test Failing since Duration
RuntimeError: no  item found in Oneprovider page
web_elem_root = <tests.conftest.ChromeWithAllLogs (session="e87089c927b2dcec8b8b003bb0ba183e")>
css_sel = '.dataset-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)
>           item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
(195 more lines...)