GUI acceptance tests using environment deployed from packages.
Build: #1122 failed
Job: Onepanel members failed
user fails to see members without view cluster[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user fails to see members without view cluster[1oz 1op deployed]" in build 1,122 of Onedata Products - gui acceptance pkg - Chrome onepanel members tests.
- Description
- user fails to see members without view cluster[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_members
- Method
- test_user_fails_to_see_members_without_view_cluster[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: alert with text "Insufficient permissions" not found request = <FixtureRequest for <Function 'test_user_fails_to_see_members_without_view_cluster[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) <decorator-gen-762>:2: in see_insufficient_permissions_alert ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="76c7521f1e6e2a60e39421da0cb45343")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="d9ccf7edc415d264115fc58b74a6e3e6")>} browser_id = 'browser2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> where = 'cluster', alert_text = 'Insufficient permissions' onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> @wt(parsers.re('user of (?P<browser_id>.*) sees ' '(?P<alert_text>Insufficient permissions) alert ' 'in (?P<where>space|group|cluster|harvester) members subpage')) @repeat_failed(timeout=WAIT_FRONTEND) def see_insufficient_permissions_alert(selenium, browser_id, oz_page, where, alert_text, onepanel): driver = selenium[browser_id] page = _find_members_page(onepanel, oz_page, driver, where) forbidden_alert = page.forbidden_alert.text assert alert_text in forbidden_alert, ( > 'alert with text "{}" not found'.format(alert_text)) E AssertionError: alert with text "Insufficient permissions" not found tests/gui/steps/onezone/members.py:600: AssertionError