GUI acceptance tests using environment deployed from packages.

Build: #2839 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
  • 14 minutes taken in total.

Build 2,839 has the following 2 errors:There were no new test failures since the previous build.

Existing test failures 2
Status Test Failing since Duration
RuntimeError: no  item found in MembersPage in GroupsPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="eb0457c219335bef92cde0b02b6e0084", element="1e8e7963-e583-4895-a48c-78e3a25fc3a1")>
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...)
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...)