GUI acceptance tests using environment deployed from packages.
Build: #691 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 691 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 (Existing 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-818>:2: in invite_user_to_cluster ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/clusters.py:40: in invite_user_to_cluster hosts) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-444>:2: in click_on_record_in_clusters_menu ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="a841d8c12b07ee67199eafc7a7881f9a")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="9d0a657484ffa60336f3e20f0a279bdb")>} browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> record = 'dev-oneprovider-krakow' hosts = {'elasticsearch': {'container-id': '3d0b604a142dbba012c203d9656bfffabeafd5901664b724ce0a69412391c062', 'ip': '172.17.0...53732874b8bd1b', '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