GUI acceptance tests using environment deployed from packages.

Build: #763 failed

Job: Onezone spaces basic failed

Test results

  • 30 tests in total
  • 2 tests failed
  • 27 minutes taken in total.

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

Existing test failures 2
Status Test Failing since Duration
RuntimeError: no  item found in popups
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="4229ff9bc646df05191723e3b4bff7c9")>
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)
(277 more lines...)
RuntimeError: no "Toggle default space" found in Member menu popup
request = <FixtureRequest for <Function 'test_user_successfully_unsets_space_as_home_space[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(37 more lines...)