GUI acceptance tests using environment deployed from packages.

Build: #5 failed

Job: Shares basic failed

Test results

  • 16 tests in total
  • 1 test failed
  • 14 minutes taken in total.

Build 5 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 SharesContentPage in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="51d05f8bd1e5107fb9d834b89ed4e80b", element="1c5b5fb5-1c79-4008-bbec-edb3e94265ae")>
css_sel = '.content-info-content-container'
err_msg = 'no  item found in SharesContentPage 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...)