GUI acceptance tests using environment deployed from packages.

Build: #1143 failed

Job: Onezone harvesters basic failed

Test results

  • 27 tests in total
  • 2 tests failed
  • 2 failures are new
  • 55 minutes taken in total.

Build 1,143 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_onezone_harvesters_basic test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]
1 min
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...)
Collapse Failed test_onezone_harvesters_basic test_user_successfully_removes_space_with_remove_space_privilege[1oz_1op_elasticsearch]
6 mins
RuntimeError: no  item found in DataPage in Onezone page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="01c51b24e61ad8081dc5f5ec972022ce")>
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...)