GUI acceptance tests using environment deployed from packages.

Build: #2836 failed

Job: Onezone invite tokens failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 12 tests in total
  • 1 test failed
  • 1 failure is new
  • 15 minutes taken in total.

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

New test failures 1
Status Test Duration
Collapse Failed test_onezone_invite_tokens test_user_successfully_cleans_up_obsolete_tokens[1oz_2op_elasticsearch]
55 secs
RuntimeError: no  item found in Create new token page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="20f90a98494ff7b594d2114e81d6a456", element="678c0cef-a312-4017-ba15-6d3f0d8b8fff")>
css_sel = '.inviteType-field .dropdown-field-trigger'
err_msg = 'no  item found in Create new token page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(308 more lines...)