Build: #16 failed
Job: Multiprovider basic failed
user creates group in one provider and sees that it was created also in other provider: Test case result
The below summarizes the result of the test " user creates group in one provider and sees that it was created also in other provider" in build 16 of Onedata Products - gui acceptance pkg - feature-VFS-4715-onezone-groups-gui-acceptance-tests - Chrome multiprovider basic tests.
- Description
- user creates group in one provider and sees that it was created also in other provider
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no "group management" on Onezone page found request = <FixtureRequest for <Function 'test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider'>> > @pytest.fixture(scope='module') def screens(): tests/gui/scenarios/test_multiprovider_basic.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/gui/steps/onezone/logged_in_common.py:36: in wt_expand_oz_panel _expand_oz_panel(oz_page, selenium[browser_id], panel_name) <decorator-gen-144>:2: in _expand_oz_panel ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/logged_in_common.py:20: in _expand_oz_panel oz_page(driver)[panel].expand() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.onezone.OZLoggedIn object at 0x7f2027d9cc50> item = 'group management' def __getitem__(self, item): item = item.lower() # expand side panel ActionChains(self.web_elem).move_to_element(self._panels[0]).perform() # wait for side panel to expand so we can read panel name sleep(0.2) cls = self.panels.get(item, None) if cls: item = item.replace('_', ' ').lower() for panel in self._panels: if item == panel.text.lower(): # open page panel.click() # collapse side panel ActionChains(self.web_elem).move_to_element( self.web_elem.find_element_by_css_selector( '.row-heading .col-title')).perform() # wait for side panel to collapse sleep(0.2) return cls(self.web_elem, self.web_elem, parent=self) else: > raise RuntimeError('no "{}" on {} found'.format(item, str(self))) E RuntimeError: no "group management" on Onezone page found tests/gui/utils/onezone/__init__.py:58: RuntimeError