GUI acceptance tests using environment deployed from packages.

Build: #2762 failed

Job: Oneprovider ACL subjects failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

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

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

New test failures 2
Status Test Duration
Collapse Failed test_oneprovider_acl_subjects test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[deny, general:delete]-[general:delete]-fails]
3 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="b4a1626d4db107b57788f49db3ee9cd8")>
css_sel = '.question-modal', err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(279 more lines...)
Collapse Failed test_oneprovider_acl_subjects test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[general:delete]-[deny, general:delete]-succeeds]
3 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="ae77bee5d30e582d4ac1fc9014b23460")>
css_sel = '.question-modal', err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(279 more lines...)