GUI acceptance tests using environment deployed from packages.
Build: #903 failed
Job: Onepanel basic failed
revoke space support[1oz 1op deployed-browser2]: Test case result
The below summarizes the result of the test " revoke space support[1oz 1op deployed-browser2]" in build 903 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- revoke space support[1oz 1op deployed-browser2]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_revoke_space_support[1oz_1op_deployed-browser2]
- Jira Issue
-
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no with "Yes, revoke" text found in Deploying cluster modal request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser2]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) <decorator-gen-174>:2: in wt_clicks_on_btn_in_revoke_space_support ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/spaces.py:335: in wt_clicks_on_btn_in_revoke_space_support modal.yes() tests/gui/utils/core/web_elements.py:58: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:52: in __get__ lambda: self._format_msg(err_msg, instance, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="01f4bb4144e7e653d8210454fd034f36", element="3c920dac-821e-4fa7-a53a-992143c91243")> css_sel = 'button', text = 'Yes, revoke' err_msg = 'no with "Yes, revoke" text found in Deploying cluster modal' def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg): items = web_elem_root.find_elements_by_css_selector(css_sel) _scroll_to_css_sel(web_elem_root, css_sel) for item in items: if item.text.lower() == text.lower(): return item else: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no with "Yes, revoke" text found in Deploying cluster modal tests/gui/utils/generic.py:106: RuntimeError