GUI acceptance tests using environment deployed from packages.
Build: #2693 failed
Job: Onezone data discovery failed
metadata changes of file in harvested space are visible in data discovery page[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " metadata changes of file in harvested space are visible in data discovery page[1oz 1op elasticsearch]" in build 2,693 of Onedata Products - gui acceptance pkg - Onezone data discovery.
- Description
- metadata changes of file in harvested space are visible in data discovery page[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_data_discovery
- Method
- test_metadata_changes_of_file_in_harvested_space_are_visible_in_data_discovery_page[1oz_1op_elasticsearch]
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: files list is not visible on data discovery page request = <FixtureRequest for <Function 'test_metadata_changes_of_file_in_harvested_space_are_visible_in_data_discovery_page[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/meta_steps/onezone/data_discovery.py:154: in open_data_discovery_of_harvester assert_data_discovery_page(selenium, browser_id, data_discovery) 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="f5a0afd3ad7125ba4cb5ce7d48e0add5")>} 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