GUI acceptance tests using environment deployed from packages.
Build: #639 failed
Job: Onepanel basic failed
user fails to remove group from cluster without remove group privileges[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user fails to remove group from cluster without remove group privileges[1oz 1op deployed]" in build 639 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- user fails to remove group from cluster without remove group privileges[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'menu' request = <FixtureRequest for <Function 'test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_deployed]'>> from tests.gui.meta_steps.onepanel.provider import * > from tests.gui.meta_steps.onepanel.spaces import * tests/gui/scenarios/test_onepanel_basic.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-798>:2: in add_group_to_cluster ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/clusters.py:108: in add_group_to_cluster cluster_name, hosts) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-442>:2: in click_on_record_in_clusters_menu ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="c118ebcc4eba39df8b1b3a9558f5ce32")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="7c001384da23a90a4be72e792883b04b")>} browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> record = 'dev-oneprovider-krakow' hosts = {'elasticsearch': {'container-id': '67994ac084d8b207cbb03a6d9a4f497742586249c8124f120ad25016d4794843', 'ip': '172.17.0...4d3f2d98b61432', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.14', 'name': 'dev-onezone', ...}} @wt(parsers.parse('user of {browser_id} clicks on "{record}" in clusters menu')) @repeat_failed(timeout=WAIT_FRONTEND) def click_on_record_in_clusters_menu(selenium, browser_id, oz_page, record, hosts): driver = selenium[browser_id] record = hosts[record]['name'] > oz_page(driver)['clusters'].menu[record]() E AttributeError: 'NoneType' object has no attribute 'menu' tests/gui/steps/onezone/clusters.py:41: AttributeError