GUI acceptance tests using environment deployed from packages.
Build: #2693 failed
Job: Onezone data discovery failed
public harvester site is updated when file metadata is updated in space of original harvester[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " public harvester site is updated when file metadata is updated in space of original harvester[1oz 1op elasticsearch]" in build 2,693 of Onedata Products - gui acceptance pkg - Onezone data discovery.
- Description
- public harvester site is updated when file metadata is updated in space of original harvester[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_data_discovery
- Method
- test_public_harvester_site_is_updated_when_file_metadata_is_updated_in_space_of_original_harvester[1oz_1op_elasticsearch]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: files list is not visible on data discovery page request = <FixtureRequest for <Function 'test_public_harvester_site_is_updated_when_file_metadata_is_updated_in_space_of_original_harvester[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/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_not_signed_in': <selenium.webdriver.chrome.webdriver.WebDriver (session="edc3d4e83f7d6f45cb71f5426c8a0cf6")>, 'browser_onedata': <selenium.webdriver.chrome.webdriver.WebDriver (session="28881d199cb9a5226783974e370fc19f")>} browser_id = 'browser_not_signed_in' 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