GUI acceptance tests using environment deployed from packages.

Build: #2435 failed

Job: Onezone spaces memberships privileges data was successful

Stages & jobs

  1. Acceptance Test

Test results

  • 12 tests in total
  • 1 test was quarantined / skipped
  • 10 minutes taken in total.

Build 2,435 has the following 1 quarantined tests:

Quarantined tests 1
Status Test Failing since Quarantined by Duration
RuntimeError: no  item found in QoS tab
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="ea8c568bb3e4b08c5580149b8c19b8c5", element="948c7565-b91c-4b84-9aed-b92eaeb0f293")>
css_sel = '.alert-promise-error', err_msg = 'no  item found in QoS tab'

    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)
(300 more lines...)