GUI acceptance tests using environment deployed from packages.

Build: #2503 failed

Job: Onezone groups multiuser single group failed

Stages & jobs

  1. Acceptance Test

Test results

  • 12 tests in total
  • 2 tests failed
  • 2 failures are new
  • 16 minutes taken in total.

Build 2,503 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_groups_multiuser_single_group test_user_is_removed_from_group[1oz_1op_deployed]
1 min
RuntimeError: no  item found in MembersUsersItemRow in MembersUserList in MembersPage in GroupsPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="1b73575732459608d99276582e394e21", element="4e15517f-0485-43e8-a5a4-181c09bfa12c")>
css_sel = '.user-info-with-icon .user-fullname'
err_msg = 'no  item found in MembersUsersItemRow in MembersUserList in MembersPage in GroupsPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(306 more lines...)
Collapse Failed test_onezone_groups_multiuser_single_group test_user_joins_group_using_invitation_token[1oz_1op_deployed]
5 mins
AssertionError: user "user1" not found on group "group1" members list
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="0ec4fdec898b31739b7ecdcc5d7fde6f", element="72f062b7-0e6b-4cd3-8a73-0e4f2c63899d")>
css_sel = '.user-info-with-icon .user-fullname'
err_msg = 'no  item found in MembersUsersItemRow in MembersUserList in MembersPage in GroupsPage in Onezone page'

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