GUI acceptance tests using environment deployed from packages.
Build: #3 failed
Job: Onezone harvesters basic failed
Test results
- 20 tests in total
- 5 tests failed
- 5 failures are new
- 48 minutes taken in total.
Build 3 has the following 5 errors: 5 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_onezone_harvesters_basic
test_user_fails_to_see_harvester_without_view_harvester_privilege[1oz_1op_elasticsearch]
|
3 mins | |
RuntimeError: no item found in DiscoveryPage in Onezone page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="976d441a268eb11afd62e21e6df69b1f")> css_sel = '.alert.forbidden' err_msg = 'no item found in DiscoveryPage in Onezone page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (279 more lines...) |
|||
Collapse |
test_onezone_harvesters_basic
test_user_successfully_adds_space_to_harvester_using_available_spaces_dropdown[1oz_1op_elasticsearch]
|
2 mins | |
AssertionError: space "space1" not found request = <FixtureRequest for <Function 'test_user_successfully_adds_space_to_harvester_using_available_spaces_dropdown[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: (28 more lines...) |
|||
Collapse |
test_onezone_harvesters_basic
test_user_successfully_adds_space_to_harvester_with_invitation_token[1oz_1op_elasticsearch]
|
3 mins | |
AssertionError: space "space1" not found request = <FixtureRequest for <Function 'test_user_successfully_adds_space_to_harvester_with_invitation_token[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: (28 more lines...) |
|||
Collapse |
test_onezone_harvesters_basic
test_user_successfully_adds_space_with_add_space_privilege[1oz_1op_elasticsearch]
|
4 mins | |
AssertionError: space "space1" not found request = <FixtureRequest for <Function 'test_user_successfully_adds_space_with_add_space_privilege[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: (28 more lines...) |
|||
Collapse |
test_onezone_harvesters_basic
test_user_successfully_removes_space_with_remove_space_privilege[1oz_1op_elasticsearch]
|
3 mins | |
RuntimeError: no "space2" found in DiscoveryPage in Onezone page request = <FixtureRequest for <Function 'test_user_successfully_removes_space_with_remove_space_privilege[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...) |