GUI acceptance tests using environment deployed from packages.
Build: #2855 failed
Job: Onezone harvesters memberships privileges failed
user successfully renames harvester with modify harvester privilege[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " user successfully renames harvester with modify harvester privilege[1oz 1op elasticsearch]" in build 2,855 of Onedata Products - gui acceptance pkg - Onezone harvesters memberships privileges.
- Description
- user successfully renames harvester with modify harvester privilege[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_harvesters_memberships_privileges
- Method
- test_user_successfully_renames_harvester_with_modify_harvester_privilege[1oz_1op_elasticsearch]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError request = <FixtureRequest for <Function 'test_user_successfully_renames_harvester_with_modify_harvester_privilege[1oz_1op_elasticsearch]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/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-1339>:2: in send_invitation_token ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/harvesters.py:206: in send_invitation_token click_on_option_in_the_sidebar(selenium, browser_id1, where, oz_page) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/steps/onezone/spaces.py:145: in click_on_option_in_the_sidebar _click_on_option_in_the_sidebar( <decorator-gen-683>:2: in _click_on_option_in_the_sidebar ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/spaces.py:157: in _click_on_option_in_the_sidebar page = oz_page(driver).get_page_and_click(name) tests/gui/utils/onezone/__init__.py:71: in get_page_and_click return get_page(self, item) tests/gui/utils/onezone/__init__.py:92: in get_page wait_for_panel_to_expand(oz_page) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ oz_page = <tests.gui.utils.onezone.OZLoggedIn object at 0x7f85ae708ee0> def wait_for_panel_to_expand(oz_page): for _ in range(20): if oz_page._panels[0].text == 'DATA': return else: time.sleep(0.1) > raise RuntimeError E RuntimeError tests/gui/utils/onezone/__init__.py:108: RuntimeError