GUI acceptance tests using environment deployed from packages.

Build: #1484 failed

Job: Oneprovider data tab failed

Test results

  • 30 tests in total
  • 2 tests failed
  • 2 failures are new
  • 24 minutes taken in total.

Build 1,484 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_removes_several_files[1oz_1op_deployed]
2 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="d429c652fcb00a807d0292b499b9b162")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(283 more lines...)
Collapse Failed test_oneprovider_data_tab test_user_selects_bunch_of_files_using_ctrl_and_shift[1oz_1op_deployed]
2 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="167d6016c84363f65b6c84a65f28197d")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

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