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.
Status | Test | Failing since | Duration | |
---|---|---|---|---|
test_onezone_harvesters_basic
test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]
|
Failing since build #1143 (Child of ODSRV-OZP-1429) | 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...) |
||||
test_onezone_harvesters_basic
test_user_successfully_removes_space_with_remove_space_privilege[1oz_1op_elasticsearch]
|
Failing since build #1143 (Child of ODSRV-OZP-1429) | 5 mins | ||
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...) |