GUI acceptance tests using environment deployed from packages.
Build: #2870 failed
Job: Onezone data discovery failed
user successfully opens space of harvested file[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " user successfully opens space of harvested file[1oz 1op elasticsearch]" in build 2,870 of Onedata Products - gui acceptance pkg - Onezone data discovery.
- Description
- user successfully opens space of harvested file[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_data_discovery
- Method
- test_user_successfully_opens_space_of_harvested_file[1oz_1op_elasticsearch]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
IndexError: list index out of range request = <FixtureRequest for <Function 'test_user_successfully_opens_space_of_harvested_file[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/spaces.py:580: in assert_opened_space_name assert oz_page(driver)['data'].elements_list[space].is_active(), msg tests/gui/utils/onezone/__init__.py:68: in __getitem__ return get_page(self, item, False) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ oz_page = <tests.gui.utils.onezone.OZLoggedIn object at 0x7f1e8d2a38b0> item = 'data', click = False def get_page(oz_page, item, click=True): item = item.lower() cls = oz_page.panels.get(item, None) if cls: item = item.replace('_', ' ').lower() > panel = oz_page._panels[panels_dict[item]] E IndexError: list index out of range tests/gui/utils/onezone/__init__.py:88: IndexError