GUI acceptance tests using environment deployed from packages.
Build: #1127 failed
Job: Onezone groups basic failed
user sees and modifies privileges to group which is nested in his parent group[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees and modifies privileges to group which is nested in his parent group[1oz 1op deployed]" in build 1,127 of Onedata Products - gui acceptance pkg - Chrome onezone groups basic tests.
- Description
- user sees and modifies privileges to group which is nested in his parent group[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_groups_basic
- Method
- test_user_sees_and_modifies_privileges_to_group_which_is_nested_in_his_parent_group[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
RuntimeError: no with "Save" text found in MembersItemHeader in MembersItemRow in MembersList in MembersPage in DataPage in Onezone page request = <FixtureRequest for <Function 'test_user_sees_and_modifies_privileges_to_group_which_is_nested_in_his_parent_group[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:76: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/steps/onezone/members.py:493: in set_privileges_in_members_subpage member_type, onepanel) tests/utils/bdd_utils.py:76: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-708>:2: in click_button_on_element_header_in_members ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/members.py:546: in click_button_on_element_header_in_members getattr(header, option).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="f43de426d8cc893ffe3d871142b1be10", element="b8cc578b-7aea-4824-8bc9-faf5730109a3")> css_sel = '.btn-toolbar .btn-sm', text = 'Save' err_msg = 'no with "Save" text found in MembersItemHeader in MembersItemRow in MembersList in MembersPage in DataPage in Onezone page' 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 "Save" text found in MembersItemHeader in MembersItemRow in MembersList in MembersPage in DataPage in Onezone page tests/gui/utils/generic.py:114: RuntimeError