GUI acceptance tests using environment deployed from packages.

Build: #2906 failed

Job: Oneprovider data tab files failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 23 tests in total
  • 2 tests failed
  • 2 failures are new
  • 20 minutes taken in total.

Build 2,906 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_data_tab_files test_user_adds_metadata_to_file_and_sees_that_date_time_in_changed_column_is_updated[1oz_1op_deployed]
41 secs
RuntimeError: no  item found in ColumnOption in ConfigureColumnsMenu in popups
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="0b85dc96b5faefdf34f8f3172ebc792d", element="130e4c8a-301c-497e-bfc4-e400337317fb")>
css_sel = '.column-name-label .name-text'
err_msg = 'no  item found in ColumnOption in ConfigureColumnsMenu in popups'

    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_oneprovider_data_tab_files test_user_changes_file_permissions_and_sees_that_date_time_in_changed_column_is_updated[1oz_1op_deployed]
41 secs
RuntimeError: no  item found in ColumnOption in ConfigureColumnsMenu in popups
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="1a10493cd25068983a2f759177bea451", element="19f2301f-9c03-4261-89b5-200a9125adbe")>
css_sel = '.column-name-label .name-text'
err_msg = 'no  item found in ColumnOption in ConfigureColumnsMenu in popups'

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