Build: #7 failed
Job: Onepanel failed
user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]: Test case result
The below summarizes the result of the test " user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]" in build 7 of Onedata Products - mixed acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome onepanel tests.
- Description
- user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-REST]
- Duration
- 18 secs
- Status
- Failed (Existing Failure)
Error Log
TypeError: wt_click_on_subitem_for_item_with_name() takes exactly 6 arguments (7 given) client1 = 'web GUI', client2 = 'REST' request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-REST]'>> from tests.gui.steps.oneprovider.common import * > from tests.gui.steps.oneprovider.data_tab import * tests/mixed_swaggers/scenarios/test_onepanel_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/mixed_swaggers/steps/onepanel_basic.py:99: in modify_provider_using_test_hostname_in_op_panel hosts, user, modals) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="890becf963d204d98443a7851e2645c7")>, 'browsers': <s...a7851e2645c7")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="9f1e5d8eb54d5dfdaddce651d0b1f266")>} user = 'admin', onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> provider_name = 'dev-oneprovider-krakow', new_provider_name = 'pro1' new_domain = 'dev-oneprovider-krakow.default.svc.cluster.local.test' panel_login_page = <class 'tests.gui.utils.onepanel.login_page.OnepanelLoginPage'> users = {'admin': UserCredentials(username='admin', password='password', id=u'e4ba54af4071bf875b...A2NjU4NgowMDJmc2lnbmF00dXJl...='password', id=u'7d0f62559179b0f5ea...2NzA2NjU4NgowMDJmc2lnbmF00dXJlICFs6TvTDAiFLuCYiN5ozCMJVo8NGwWNaALchh01CtlClCg')} hosts = {'oneprovider-1': {'container_id': '120c66a6c36d1e5af8cf15b7ee4de674fcef70283598494f5f2c2c51b7a63c09', 'hostname': 'de...0e9bcfdb4895e5e', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.10', 'name': 'dev-onezone', ...}} browser_id = 'admin', modals = <class 'tests.gui.utils.common.modals.Modals'> def modify_provider_with_given_name_in_op_panel_using_gui(selenium, user, onepanel, provider_name, new_provider_name, new_domain, panel_login_page, users, hosts, browser_id, modals): sidebar = 'CLUSTERS' sub_item = 'Provider' button = 'Modify provider details' content = 'provider' prov_name_attr = 'Provider name' red_point_attr = 'Domain' notify_type = 'info' notify_text_regexp = '.*[Pp]rovider.*data.*modified.*' wt_click_on_subitem_for_item_with_name(selenium, user, sidebar, sub_item, > provider_name, onepanel, hosts) E TypeError: wt_click_on_subitem_for_item_with_name() takes exactly 6 arguments (7 given) tests/gui/meta_steps/onepanel/provider.py:42: TypeError