GUI acceptance tests using environment deployed from packages.

Build: #2664 failed

Job: Oneprovider data tab failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 19 tests in total
  • 2 tests failed
  • 2 failures are new
  • 2 tests were quarantined / skipped
  • 19 minutes taken in total.

Build 2,664 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 test_user_jumps_to_beginning_of_file_list_after_writing_aaa_to_jump_input[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="2f4f2434ffb5874dc887f81406e99f42", element="612153e5-303b-4397-bd88-74bab5fa6f9f")>
css_sel = '.jump-input'
err_msg = 'no  item found in file browser in Oneprovider 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_oneprovider_data_tab test_user_sees_file_that_was_uploaded_in_another_window_after_scrolling_to_the_bottom_and_writing_file_name_in_jump_input[1oz_1op_deployed]
4 mins
RuntimeError: no  item found in file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="1cb4890d94755553993d8b1c508d28b9", element="200d9864-23d4-4383-873a-0e23203398ac")>
css_sel = '.jump-input'
err_msg = 'no  item found in file browser in Oneprovider 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...)