Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1097 failed
Job: Spaces basic failed
Test results
- 15 tests in total
- 2 tests failed
- 2 failures are new
- 10 minutes taken in total.
Build 1,097 has the following 2 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_spaces_basic
test_admin_unsupport_space_using_client1_and_using_client2_he_sees_that_it_has_been_unsupported[1oz_1op_1oc-web GUI-REST]
|
52 secs | |
RuntimeError: no item found in Cease support for space modal web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="0e8ddf6bb324fbe2f87ab998e3812455", element="609607f7-caac-47e4-87ba-02fc10cb0daf")> css_sel = '.one-checkbox-danger' err_msg = 'no item found in Cease support for space modal' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (306 more lines...) |
|||
Collapse |
test_spaces_basic
test_user_leaves_space_using_client1_and_using_client2_he_sees_that_it_has_been_left[1oz_1op_1oc-web GUI-REST]
|
1 min | |
RuntimeError: no item found in DataPage in Onezone page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="f8a0102da7b2c8f08a6a30f94fd0a312")> css_sel = '.with-menu .collapsible-toolbar-toggle' err_msg = 'no item found in DataPage in Onezone page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (289 more lines...) |