GUI acceptance tests using environment deployed from packages.
Build: #1923 failed
Job: Onezone automations was successful
user sees that the base archive in create archive modal is the latest created archive after enabling incremental toggle[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees that the base archive in create archive modal is the latest created archive after enabling incremental toggle[1oz 1op deployed]" in build 1,923 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives tests.
- Description
- user sees that the base archive in create archive modal is the latest created archive after enabling incremental toggle[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_archives
- Method
- test_user_sees_that_the_base_archive_in_create_archive_modal_is_the_latest_created_archive_after_enabling_incremental_toggle[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 1 min
- 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_that_the_base_archive_in_create_archive_modal_is_the_latest_created_archive_after_enabling_incremental_toggle[1oz_1op_deployed]'>> @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-1091>: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-1029>: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