GUI acceptance tests using environment deployed from packages.

Build: #2884 failed

Job: Onezone invite tokens with consumer caveats failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 9 tests in total
  • 2 tests failed
  • 2 failures are new
  • 13 minutes taken in total.

Build 2,884 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_invite_tokens_with_consumer_caveats test_group_succeeds_to_join_space_using_invite_token_with_consumer_caveat_set_for_it[1oz_2op_elasticsearch]
1 min
RuntimeError: no  item found in MembersItemRow in MembersList in MembersPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="4ab5bac4d6a29d45ea32b4c12be101b0", element="b0851c39-475c-4a00-a115-11ad13a06712")>
css_sel = '.table-privileges'
err_msg = 'no  item found in MembersItemRow in MembersList in MembersPage 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)
(300 more lines...)
Collapse Failed test_onezone_invite_tokens_with_consumer_caveats test_user_successfully_consumes_group_to_space_invite_token_with_consumer_caveat_set_for_them[1oz_2op_elasticsearch]
4 mins
RuntimeError: no  item found in MembersItemRow in MembersList in MembersPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="9027959ecc178ac24f4a7464b8d2454d", element="b64cd940-d00f-4a7d-8097-75005072e24d")>
css_sel = '.table-privileges'
err_msg = 'no  item found in MembersItemRow in MembersList in MembersPage 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)
(300 more lines...)