GUI acceptance tests using environment deployed from packages.

Build: #2443 failed

Job: Transfers directories failed

Stages & jobs

  1. Acceptance Test

Test results

  • 5 tests in total
  • 1 test failed
  • 10 minutes taken in total.

Build 2,443 has the following 1 errors:There were no new test failures since the previous build.

Existing test failures 1
Status Test Failing since Duration
RuntimeError: no  item found in popups
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="0c106fbc3ca6c2157b136b59196fe7cc")>
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)
(283 more lines...)