GUI acceptance tests using environment deployed from packages.
Build: #1967 failed
Job: Onepanel login failed
user successfully change passphrase in emergency passphrase view[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user successfully change passphrase in emergency passphrase view[1oz 1op deployed]" in build 1,967 of Onedata Products - gui acceptance pkg - Chrome onepanel login tests.
- Description
- user successfully change passphrase in emergency passphrase view[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_login
- Method
- test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
RuntimeError: Css element wtih "Change" text not found request = <FixtureRequest for <Function 'test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_deployed]'>> @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) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-285>:2: in click_button_on_emergency_passphrase_page ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/emergency_passphrase.py:25: in click_button_on_emergency_passphrase_page getattr(onepanel(driver).content.emergency_passphrase, button).click() 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="195d1d3e47d7e996046505cde8366946", element="29437588-6d47-4c3a-a877-e09616ab8bef")> css_sel = 'button span', text = 'Change' err_msg = <function WebElementWithText.__get__.<locals>.<lambda> at 0x7fd19b67f488> 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: > raise RuntimeError(f'Css element wtih "{text}" text not found') E RuntimeError: Css element wtih "Change" text not found tests/gui/utils/generic.py:117: RuntimeError