GUI acceptance tests using environment deployed from packages.

Build: #2689 failed

Job: Transfers multi browser failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 7 tests in total
  • 2 tests failed
  • 4 tests were quarantined / skipped
  • 24 minutes taken in total.

Build 2,689 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: cannot click on DataDistributionItem in Data distribution popup
request = <FixtureRequest for <Function 'test_nonspaceowner_successfully_schedules_eviction_if_he_got_transfer_management_privileges[1oz_2op_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: 
(48 more lines...)
RuntimeError: no  item found in popups
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="1841aa2030af3321a837d6b6d9ddec4d")>
css_sel = '.webui-popover.in', err_msg = 'no  item found in popups'

    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...)