Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #20 failed

Job: Onepanel failed

user supports space with storage sync and enabled options delete and write once[web GUi-RESt-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options delete and write once[web GUi-RESt-RESt]" in build 20 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user supports space with storage sync and enabled options delete and write once[web GUi-RESt-RESt]
Test class
mixed_swaggers.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[web GUI-REST-REST]
Duration
1 min
Status
Failed (New Failure)

Error Log

TypeError: assert_there_is_item_named_in_oz_panel_list() takes exactly 6 arguments (7 given)
client1 = 'web GUI', client2 = 'REST', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[web GUI-REST-REST]'>>

>   ???

tests/mixed_swaggers/scenarios/test_onepanel_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
<decorator-gen-510>:2: in assert_space_content_in_op
    ???
tests/gui/utils/generic.py:108: in wrapper
    return fun(*args, **kwargs)
tests/mixed_swaggers/steps/onepanel_basic.py:539: in assert_space_content_in_op
    host, hosts)
tests/gui/meta_steps/oneprovider/data.py:322: in assert_space_content_in_op_gui
    hosts)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="4a08a804379aaf432f98467558d32c0e")>, 'browsers': <s...467558d32c0e")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="1d2ce7afda6c46d97d0a26680a92a40f")>}
user = 'user1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
provider = 'oneprovider-1', main_menu_tab = 'data'
hosts = {'oneprovider-1': {'container_id': '8e06eaeef9d7f5526b3fc13d2a6bd63cf427997dbc201c18ca917a2a934d2745', 'hostname': 'de...41df3bc0c5b677a', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.15', 'name': 'dev-onezone', ...}}

    def navigate_to_tab_in_op_using_gui(selenium, user, oz_page, provider,
                                        main_menu_tab, hosts):
        panel_name = button_name = "GO TO YOUR FILES"
        item_type = "provider"
        title = selenium[user].title
    
        if "onezone" in title.lower():
            wt_expand_oz_panel(selenium, user, panel_name, oz_page)
            assert_there_is_item_named_in_oz_panel_list(selenium, user, item_type,
                                                        provider, panel_name,
>                                                       oz_page, hosts)
E           TypeError: assert_there_is_item_named_in_oz_panel_list() takes exactly 6 arguments (7 given)

tests/gui/meta_steps/oneprovider/common.py:29: TypeError