Build: #20 failed
Job: Onezone spaces multiuser failed
user successfully joins space from onezone gui level clicks join confirmation button after entering token: Test case result
The below summarizes the result of the test " user successfully joins space from onezone gui level clicks join confirmation button after entering token" in build 20 of Onedata Products - gui acceptance pkg - feature-VFS-4544-gui-acceptance-tests-for-new-oz - Chrome onezone spaces multiuser tests.
- Description
- user successfully joins space from onezone gui level clicks join confirmation button after entering token
- Test class
- gui.scenarios.test_onezone_spaces_multiuser
- Method
- test_user_successfully_joins_space_from_onezone_gui_level_clicks_join_confirmation_button_after_entering_token
- Duration
- 55 secs
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no "go to your files" on Onezone page found request = <FixtureRequest for <Function 'test_user_successfully_joins_space_from_onezone_gui_level_clicks_join_confirmation_button_after_entering_token'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/gui/scenarios/test_onezone_spaces_multiuser.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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/pytest_bdd/steps.py:165: in step_func result = get_fixture_value(request, func.__name__) /usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value return getfixturevalue(name) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:430: in getfixturevalue return self._get_active_fixturedef(argname).cached_result[0] /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:455: in _get_active_fixturedef self._compute_fixture_value(fixturedef) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:526: in _compute_fixture_value fixturedef.execute(request=subrequest) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:797: in execute return hook.pytest_fixture_setup(fixturedef=self, request=request) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:216: in <lambda> firstresult=hook.spec_opts.get('firstresult'), /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:828: in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) /usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:720: in call_fixture_func res = fixturefunc(**kwargs) tests/gui/steps/onezone/logged_in_common.py:27: in g_expand_oz_panel _expand_oz_panel(oz_page, selenium[browser_id], panel_name) <decorator-gen-140>:2: in _expand_oz_panel ??? tests/gui/utils/generic.py:108: 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 0x7f000ca78690> item = 'go to your files' 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 "go to your files" on Onezone page found tests/gui/utils/onezone/__init__.py:58: RuntimeError