Build: #11 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 11 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
26 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="3551ebdc837ff4954f50904f76f11d7c")>, 'browsers': <s...904f76f11d7c")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="07acc4b8fa0d34d4f9b1df5bcd703dd8")>}
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'08e5dbd140b72f910b...2NzA3Mjc2MwowMDJmc2lnbmF00d...='password', id=u'b57f918df4e36b0825...A3Mjc2MwowMDJmc2lnbmF00dXJlILPKx1sqWyRdMj602D8yZpa2agRb5t0101WIbs02KRrUHbftCg')}
hosts = {'oneprovider-1': {'container_id': '139f31f8435f0731ff2426f97b45c82c2315393ba482f6182e66c7223ac1fc1e', 'hostname': 'de...c22f094e47673925', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.6', '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