GUI acceptance tests using environment deployed from packages.

Build: #1745 failed

Job: Metadata failed

Test results

  • 14 tests in total
  • 2 tests failed
  • 2 failures are new
  • 2 tests were fixed
  • 31 minutes taken in total.

Build 1,745 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_posix test_user_fails_to_download_file_because_of_lack_in_privileges[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="43d8e495dff45237c716ec7f53e72651")>
css_sel = '.alert-global.modal.in .modal-dialog'
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)
(281 more lines...)
Collapse Failed test_oneprovider_posix test_user_fails_to_upload_file_because_of_lack_in_privileges[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in Upload presenter
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="ace01e4d5526361d172baeba36ed2e97", element="093aa3e3-585f-42da-a082-413b56c1bb6b")>
css_sel = '.summary-state .one-icon'
err_msg = 'no  item found in Upload presenter'

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