GUI acceptance tests using environment deployed from packages.
Build: #1943 was successful
Job: Onezone harvesters basic was successful
user sees archive info after creating index that includes archive info file detail[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " user sees archive info after creating index that includes archive info file detail[1oz 1op elasticsearch]" in build 1,943 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
- Description
- user sees archive info after creating index that includes archive info file detail[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_harvesters_basic
- Method
- test_user_sees_archive_info_after_creating_index_that_includes_archive_info_file_detail[1oz_1op_elasticsearch]
- Jira Issue
-
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize. request = <FixtureRequest for <Function 'test_user_sees_archive_info_after_creating_index_that_includes_archive_info_file_detail[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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/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) <decorator-gen-1207>:2: in create_archive ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/oneprovider/archives.py:69: in create_archive displays, option) tests/gui/meta_steps/oneprovider/archives.py:97: in _create_archive modals) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-1017>:2: in click_option_in_data_row_menu_in_browser ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/browser.py:185: in click_option_in_data_row_menu_in_browser modals(selenium[browser_id]).data_row_menu.choose_option(option) tests/gui/utils/common/modals/data_row_menu.py:24: in choose_option self.scroll_to_bottom() tests/gui/utils/common/modals/data_row_menu.py:30: in scroll_to_bottom self.options[option_len-1].web_elem) tests/gui/utils/core/web_objects.py:70: in __getitem__ item = self._getitem_by_idx(sel) tests/gui/utils/core/web_objects.py:58: in _getitem_by_idx return nth(self.items, idx) if idx < len(self) else None _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ seq = [], idx = -1 def nth(seq, idx): > return next(islice(seq, idx, None), None) E ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize. tests/gui/utils/generic.py:166: ValueError