GUI acceptance tests using environment deployed from packages.

Build: #2833 failed

Job: Onezone groups multiuser failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 22 tests in total
  • 2 tests failed
  • 2 failures are new
  • 15 minutes taken in total.

Build 2,833 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 test_user_removes_relation_between_two_groups_effective[1oz_1op_deployed]
48 secs
RuntimeError: no  item found in MembersPage in GroupsPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="5db4171ab48f51dd503a94ba62dd8738", element="51586b90-8b3d-4498-b6b3-5bb57ddf5546")>
css_sel = '.group-list'
err_msg = 'no  item found 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)
(302 more lines...)
Collapse Failed test_onezone_groups_multiuser test_user_successfully_leaves_group_and_cannot_view_previously_accessed_space[1oz_1op_deployed]
1 min
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <li id="ember97" class="main-menu-item one-list-item active enabled clickable ember-view">...</li> is not clickable at point (31, 331). Other element would receive the click: <div tabindex="-1" id="ember743-modal" class="leave-modal global-modal modal fade in show ember-view" role="dialog" style="display: block;">...</div>   (Session info: chrome=104.0.5112.79)
request = <FixtureRequest for <Function 'test_user_successfully_leaves_group_and_cannot_view_previously_accessed_space[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(180 more lines...)