GUI acceptance tests using environment deployed from packages.

Build: #1146 failed

Job: Onezone harvesters basic failed

Test results

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

Build 1,146 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 "space1" found in DataPage in Onezone page
request = <FixtureRequest for <Function 'test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]'>>

    @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: 
(41 more lines...)
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="db1a6d8930144361c514cec3794da0cf")>
css_sel = '.with-menu .collapsible-toolbar-toggle'
err_msg = 'no  item found in DataPage in Onezone page'

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