GUI acceptance tests using environment deployed from packages.

Build: #1519 failed

Job: Onezone spaces basic failed

Test results

  • 27 tests in total
  • 2 tests failed
  • 2 failures are new
  • 29 minutes taken in total.

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

New test failures 2
Status Test Duration
Collapse Failed test_onezone_spaces_basic test_user_fails_to_invite_provider_without_privileges[1oz_1op_deployed]
1 min
RuntimeError: no  item found in SpaceProvidersPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="8325fbe31e61dc604031a569cbc225c5", element="d6144e79-d3b4-4127-a93b-572b3549c248")>
css_sel = '.btn-add-support'
err_msg = 'no  item found in SpaceProvidersPage 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...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_copies_support_token_space_has_already_supported_by_one_provider[1oz_1op_deployed]
59 secs
RuntimeError: no  item found in SpaceProvidersPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="56170a4a9ea0413cdf9994de1a196d06", element="157f2d89-551c-4b9f-821d-4afce965c763")>
css_sel = '.btn-add-support'
err_msg = 'no  item found in SpaceProvidersPage 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...)