GUI acceptance tests using environment deployed from packages.
Build: #2692 failed
Job: Onezone harvesters index metadata failed
user sees rejection reason and what is rejected in data discovery page after changing json metadata value and creating index that includes include rejection reason and retry on rejection toggles[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " user sees rejection reason and what is rejected in data discovery page after changing json metadata value and creating index that includes include rejection reason and retry on rejection toggles[1oz 1op elasticsearch]" in build 2,692 of Onedata Products - gui acceptance pkg - Onezone harvesters index metadata.
- Description
- user sees rejection reason and what is rejected in data discovery page after changing json metadata value and creating index that includes include rejection reason and retry on rejection toggles[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_harvesters_index_metadata
- Method
- test_user_sees_rejection_reason_and_what_is_rejected_in_data_discovery_page_after_changing_json_metadata_value_and_creating_index_that_includes_include_rejection_reason_and_retry_on_rejection_toggles[1oz_1op_elasticsearch]
- Jira Issue
-
- Duration
- 5 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: files list is not visible on data discovery page request = <FixtureRequest for <Function 'test_user_sees_rejection_reason_and_what_is_rejected_in_data_discovery_page_after_chang...alue_and_creating_index_that_includes_include_rejection_reason_and_retry_on_rejection_toggles[1oz_1op_elasticsearch]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/steps/onezone/harvesters/data_discovery.py:27: in assert_data_discovery_page _wait_for_files_list(selenium, browser_id, data_discovery) <decorator-gen-899>:2: in _wait_for_files_list ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/harvesters/data_discovery.py:36: in _wait_for_files_list assert_files_list_on_data_disc(selenium, browser_id, data_discovery) <decorator-gen-901>:2: in assert_files_list_on_data_disc ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="98b2a11b1eaa11bf11dc3153e2e7c14a")>} browser_id = 'browser' data_discovery = <class 'tests.gui.utils.onezone.data_discovery_page.DataDiscoveryPage'> @repeat_failed(timeout=WAIT_FRONTEND/2) def assert_files_list_on_data_disc(selenium, browser_id, data_discovery): msg = 'files list is not visible on data discovery page' > assert len(data_discovery(selenium[browser_id]).results_list), msg E AssertionError: files list is not visible on data discovery page tests/gui/steps/onezone/harvesters/data_discovery.py:42: AssertionError