GUI acceptance tests using environment deployed from packages.
Build: #691 failed
Job: Onepanel basic failed
user fails to add group to cluster without add group privileges[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user fails to add group to cluster without add group privileges[1oz 1op deployed]" in build 691 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- user fails to add group to cluster without add group privileges[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no item found in modals request = <FixtureRequest for <Function 'test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]'>> from tests.gui.meta_steps.onezone.spaces import * > from tests.gui.meta_steps.onepanel.account_management import * tests/gui/scenarios/test_onepanel_basic.py:65: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-824>:2: in add_group_to_cluster ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/clusters.py:119: in add_group_to_cluster element_type) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-800>:2: in choose_element_from_dropdown_in_add_element_modal ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/discovery.py:135: in choose_element_from_dropdown_in_add_element_modal add_one_of_elements_modal = getattr(modals(driver), modal_name) tests/gui/utils/core/web_elements.py:58: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:29: in __get__ lambda: self._format_msg('no {item} item found ' _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="35b12330b50ec6b4226721e6374303e6")> css_sel = '.modal-dialog', err_msg = 'no item found in modals' 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 modals tests/gui/utils/generic.py:92: RuntimeError