Build: #28 failed
Job: Chrome oneprovider groups multiuser tests failed
user fails to view group to which he does not belong to using its id in url: Test case result
The below summarizes the result of the test " user fails to view group to which he does not belong to using its id in url" in build 28 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome oneprovider groups multiuser tests.
- Description
- user fails to view group to which he does not belong to using its id in url
- Test class
- gui.scenarios.test_oneprovider_groups_multiuser
- Method
- test_user_fails_to_view_group_to_which_he_does_not_belong_to_using_its_id_in_url
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
TimeoutException: Message: waiting for groups main menu tab page to load request = <FixtureRequest for <Function 'test_user_fails_to_view_group_to_which_he_does_not_belong_to_using_its_id_in_url'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/gui/scenarios/test_oneprovider_groups_multiuser.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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/oneprovider_common.py:56: in g_click_on_the_given_main_menu_tab _click_on_tab_in_main_menu_sidebar(driver, main_menu_tab) tests/gui/steps/oneprovider_common.py:46: in _click_on_tab_in_main_menu_sidebar ''.format(tab) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="37ced9108bafd32b0b6f6039720ec0fe")> method = <function <lambda> at 0x7fe92ee9cd70> message = 'waiting for groups main menu tab page to load' def until(self, method, message=''): """Calls the method provided with the driver as an argument until the \ return value is not False.""" screen = None stacktrace = None end_time = time.time() + self._timeout while True: try: value = method(self._driver) if value: return value except self._ignored_exceptions as exc: screen = getattr(exc, 'screen', None) stacktrace = getattr(exc, 'stacktrace', None) time.sleep(self._poll) if time.time() > end_time: break > raise TimeoutException(message, screen, stacktrace) E TimeoutException: Message: waiting for groups main menu tab page to load /usr/local/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py:80: TimeoutException