Build: #11 failed
Job: Onepanel deployment basic failed
cluster deployment[1oz 1op not deployed]: Test case result
The below summarizes the result of the test " cluster deployment[1oz 1op not deployed]" in build 11 of Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - Onepanel deployment basic.
- Description
- cluster deployment[1oz 1op not deployed]
- Test class
- gui.scenarios.test_onepanel_deployment_basic
- Method
- test_cluster_deployment[1oz_1op_not_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: Css element with "Create a new cluster" text not found. <function WebElementWithText.__get__.<locals>.<lambda> at 0x7fc5d56139c0> fixturefunc = <function g_create_admin_in_panel at 0x7fc5d5fe02c0> request = <FixtureRequest for <Function test_cluster_deployment[1oz_1op_not_deployed]>> kwargs = {'browser_id_list': '[browser1, browser2]', 'onepanel': <class 'tests.gui.utils.onepanel.Onepanel'>, 'passphrase': 'pa...e65991f1239acb34b")>, 'request': <SubRequest 'selenium' for <Function test_cluster_deployment[1oz_1op_not_deployed]>>}} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/steps/onepanel/deployment.py:28: in g_create_admin_in_panel init_page.create_new_cluster() tests/gui/utils/core/web_elements.py:60: in __get__ elem = super().__get__(instance, owner) tests/gui/utils/core/web_elements.py:50: in __get__ return find_web_elem_with_text( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="3aed159a3950860a0e0b5c0b33001f64", element="C13088796C6D0A012A5E5145FDBEB748_element_25")> css_sel = '.btn-primary', text = 'Create a new cluster' err_msg = <function WebElementWithText.__get__.<locals>.<lambda> at 0x7fc5d56139c0> 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 > raise RuntimeError(f'Css element with "{text}" text not found. {err_msg}') E RuntimeError: Css element with "Create a new cluster" text not found. <function WebElementWithText.__get__.<locals>.<lambda> at 0x7fc5d56139c0> tests/gui/utils/generic.py:162: RuntimeError