GUI acceptance tests using environment deployed from packages.

Build: #1143 failed

Job: Onezone spaces basic failed

Test results

  • 25 tests in total
  • 4 tests failed
  • 4 failures are new
  • 19 minutes taken in total.

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

New test failures 4
Status Test Duration
Collapse Failed test_onezone_spaces_basic test_user_can_leave_the_space_which_was_owned_by_them_and_was_its_only_user[1oz_1op_deployed]
1 min
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="f0aed9ca582fccb2869b5f1c5888b783")>
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)
(281 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_cancels_leave_space[1oz_1op_deployed]
45 secs
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="a186e51166f7dc5e51d72c0edbea7fab")>
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)
(281 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_leaves_space[1oz_1op_deployed]
43 secs
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="95c859bee96e1ab68a9ac3e4911b6bfa")>
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)
(281 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_switches_between_spaces[1oz_1op_deployed]
34 secs
RuntimeError: no  item found in SpaceOverviewPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="02929c1444324a007964011bba8d2af0", element="6f74c191-288f-4799-a2c7-7120e3abbfc2")>
css_sel = '.with-menu .one-label'
err_msg = 'no  item found in SpaceOverviewPage 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)
(302 more lines...)