Build: #20 failed
Job: Storage sync failed
user supports space with storage sync and no enabled options: Test case result
The below summarizes the result of the test " user supports space with storage sync and no enabled options" in build 20 of Onedata Products - gui acceptance pkg - feature-VFS-4544-gui-acceptance-tests-for-new-oz - Chrome storage sync tests.
- Description
- user supports space with storage sync and no enabled options
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_no_enabled_options
- Duration
- 27 secs
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no item found in Onezone Login page request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_no_enabled_options'>> from tests.gui.steps.oneprovider.file_browser import * > from tests.gui.steps.oneprovider.metadata import * tests/gui/scenarios/test_storage_sync.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) <decorator-gen-30>:2: in g_login_using_basic_auth ??? tests/gui/utils/generic.py:108: in wrapper return fun(*args, **kwargs) tests/gui/steps/common/login.py:32: in g_login_using_basic_auth users[username].password) tests/gui/steps/common/login.py:19: in _login_using_basic_auth login_page.username = username <decorator-gen-2>:2: in __set__ ??? tests/gui/utils/generic.py:108: in wrapper return fun(*args, **kwargs) tests/gui/utils/core/web_elements.py:84: in __set__ input_box = super(Input, self).__get__(instance, type(instance)) tests/gui/utils/core/web_elements.py:28: in __get__ lambda: self._format_msg('no {item} item found ' _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="41bd803109425664d4afa731f256cbb9")> css_sel = 'input[placeholder="Username"]' err_msg = 'no item found in Onezone Login page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) item = web_elem_root.find_element_by_css_selector(css_sel) except NoSuchElementException: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no item found in Onezone Login page tests/gui/utils/generic.py:127: RuntimeError