Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #594 failed
Job: Onepanel failed
user disables files update[1oz 1op 1oc-web GUi-RESt-RESt]: Test case result
The below summarizes the result of the test " user disables files update[1oz 1op 1oc-web GUi-RESt-RESt]" in build 594 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user disables files update[1oz 1op 1oc-web GUi-RESt-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_user_disables_files_update[1oz_1op_1oc-web GUI-REST-REST]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no "dev-oneprovider-krakow" found in ProvidersPage in Onezone page client1 = 'web GUI', client2 = 'REST', client3 = 'REST' request = <FixtureRequest for <Function 'test_user_disables_files_update[1oz_1op_1oc-web GUI-REST-REST]'>> > scenarios('../features/onepanel/spaces.feature') tests/mixed/scenarios/test_onepanel_basic.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-660>:2: in assert_space_content_in_op ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) tests/mixed/steps/onepanel_basic.py:556: in assert_space_content_in_op host, hosts, modals) tests/gui/meta_steps/oneprovider/data.py:256: in assert_space_content_in_op_gui hosts, modals) tests/gui/meta_steps/oneprovider/common.py:48: in navigate_to_tab_in_op_using_gui modals) tests/gui/meta_steps/onezone/common.py:66: in g_wt_visit_op modals) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-652>:2: in visit_op ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/common.py:50: in visit_op providers_panel[provider_name]() tests/gui/utils/onezone/generic_page.py:28: in __getitem__ return self.elements_list[item] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f90b4150610> 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 ProvidersPage in Onezone page tests/gui/utils/core/web_objects.py:85: RuntimeError