Build: #1 failed
Job: Oneprovider data tab failed
user uploads file and checks if provider name is displayed in the data distribution panel: Test case result
The below summarizes the result of the test " user uploads file and checks if provider name is displayed in the data distribution panel" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4715-onezone-groups-gui-acceptance-tests - Chrome oneprovider data tab tests.
- Description
- user uploads file and checks if provider name is displayed in the data distribution panel
- Test class
- gui.scenarios.test_oneprovider_data_tab
- Method
- test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt" request = <FixtureRequest for <Function 'test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel'>> @scenario('User uploads files and sees their ordering (uploads a bunch of files at once)') > def test_user_uploads_files_and_sees_their_ordering(): tests/gui/scenarios/test_oneprovider_data_tab.py:89: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) <decorator-gen-286>:2: in assert_provider_chunk_in_data_distribution_filled ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/data_tab.py:340: in assert_provider_chunk_in_data_distribution_filled prov_rec = modals(driver).data_distribution.providers[provider] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f12a55da450> sel = 'dev-oneprovider-krakow' def __getitem__(self, sel): if isinstance(sel, int): item = self._getitem_by_idx(sel) if item: return self.cls(self.driver, item, self.parent) else: raise RuntimeError('Index out of bound. Requested item at ' '{idx} while limit is {limit} in ' '{parent}'.format(idx=sel, limit=len(self), parent=self.parent)) elif isinstance(sel, (str, unicode)): item = self._getitem_by_id(sel) if item: return item else: raise RuntimeError('no "{id}" found in ' '{parent}'.format(id=sel, > parent=self.parent)) E RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt" tests/gui/utils/core/web_objects.py:85: RuntimeError