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

Build: #3275 failed

Job: Datasets failed

Test results

  • 20 tests in total
  • 1 test failed
  • 1 failure is new
  • 18 minutes taken in total.

Build 3,275 has the following 1 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed test_dataset test_user_of_client_checking_sees_datasets_directory_tree_created_previously_via_client_creating[1oz_1op_1oc-REST-web GUI]
2 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <tests.conftest.ChromeWithAllLogs (session="4fd68a798e69bea693b59666415bfa04")>
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...)