Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1024 failed
Job: Single directory 2 failed
Test results
- 18 tests in total
- 2 tests failed
- 2 failures are new
- 27 minutes taken in total.
Build 1,024 has the following 2 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_single_directory2
test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-web GUI-REST]
|
1 min | |
IndexError: list index out of range web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="a936bb47b2af1043d71b17e4baa09c0e", element="79d0c92d-17f2-4b2a-90c7-b8540327b166")> css_sel = '.toolbar-buttons .file-action-newDirectory' 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) (466 more lines...) |
|||
Collapse |
test_single_directory2
test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-web GUI-oneclient1]
|
1 min | |
IndexError: list index out of range web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="873a882bfadc9212165b817eb4fc343f", element="5b689dea-d314-42f2-a7c6-9735c1f73fa0")> css_sel = '.toolbar-buttons .file-action-newDirectory' 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) (466 more lines...) |