GUI acceptance tests using environment deployed from packages.
Build: #1200 failed
Job: Onepanel members failed
invite member to cluster[1oz 1op deployed]: Test case result
The below summarizes the result of the test " invite member to cluster[1oz 1op deployed]" in build 1,200 of Onedata Products - gui acceptance pkg - Chrome onepanel members tests.
- Description
- invite member to cluster[1oz 1op deployed]
- Test class
- gui.scenarios.test_onepanel_members
- Method
- test_invite_member_to_cluster[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError request = <FixtureRequest for <Function 'test_invite_member_to_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) <decorator-gen-537>:2: in assert_record_in_clusters_menu ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="18ebdcb20006526746f8762a9d65fcc2")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="989d615b4aa8f3df7e35ebe7af518f41")>} browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> record = 'dev-oneprovider-krakow' hosts = {'elasticsearch': {'container-id': '94ae0bac450ee3912bb5508c22a6e3b543f1d7d0f8cf16bb791395f0329a61d7', 'ip': '172.17.0...63869e0cd3c5be', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.10', 'name': 'dev-onezone', ...}} @wt(parsers.parse('user of {browser_id} sees "{record}" in clusters ' 'menu')) @repeat_failed(timeout=WAIT_BACKEND) def assert_record_in_clusters_menu(selenium, browser_id, oz_page, record, hosts): driver = selenium[browser_id] record = hosts[record]['name'] > assert record in oz_page(driver)['clusters'].menu E AssertionError tests/gui/steps/onezone/clusters.py:42: AssertionError