GUI acceptance tests using environment deployed from packages.

Build: #1143 failed

Job: Onezone basic failed

Test results

  • 24 tests in total
  • 3 tests failed
  • 3 failures are new
  • 23 minutes taken in total.

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

New test failures 3
Status Test Duration
Collapse Failed test_onezone_basic test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases[1oz_1op_deployed]
1 min
RuntimeError: no  item found in Cease support for space modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="e7b8cd07ec26874234cf6a064f6c30b6", element="3c59f8ed-89ee-4f85-9841-644449b51c9c")>
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)
(302 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_if_space_is_unsupported_by_provider_the_provider_is_not_displayed_in_that_space_providers_list[1oz_1op_deployed]
57 secs
RuntimeError: no  item found in Cease support for space modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="ed58cfc1b16d6217607bf0f28235fae6", element="5fec3da4-df9d-4e5e-9731-d70d18c6f396")>
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)
(304 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_user_added_to_space_has_default_privileges[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="a7f2b546908f1dbeb5ecc6190a0dd7e3")>
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)
(287 more lines...)