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

Build: #1924 failed

Job: Directories times failed

user changes directory using client2 and using client1 sees that modification time has changed[1oz 1op 1oc-RESt-web GUi-equal to]: Test case result

The below summarizes the result of the test " user changes directory using client2 and using client1 sees that modification time has changed[1oz 1op 1oc-RESt-web GUi-equal to]" in build 1,924 of Onedata Products - mixed acceptance pkg - Chrome directories times tests.
Description
user changes directory using client2 and using client1 sees that modification time has changed[1oz 1op 1oc-RESt-web GUi-equal to]
Test class
mixed.scenarios.test_directories_times
Method
test_user_changes_directory_using_client2_and_using_client1_sees_that_modification_time_has_changed[1oz_1op_1oc-REST-web GUI-equal to]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

TypeError: go_to_path_without_last_elem() missing 2 required positional arguments: 'path' and 'op_container'
request = <FixtureRequest for <Function 'test_user_changes_directory_using_client2_and_using_client1_sees_that_modification_time_has_changed[1oz_1op_1oc-REST-web GUI-equal to]'>>

    @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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

client = 'web gui', user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f8176079a90>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7f8176064f60>, 'user1': <tests.utils.user_utils.User object at 0x7f817747ddd8>}
space = 'space1', abs_path = 'dir1/dir2'
hosts = {'oneclient-1': {'container-id': 'e65d18e1a2c7c3129b80e82259f98a81130ffeca3d94258a2a84048cb421c701', 'ip': '172.17.0.5...83d7d100101d3c', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.10', 'name': 'dev-onezone', ...}}
tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...': {'modal': None}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f8175f882e8>}})
host = 'oneprovider-1'
selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="adbc7b9034eb9b157650291c1b7a755d")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="adbc7b9034eb9b157650291c1b7a755d")>}
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
result = 'succeeds', modals = <class 'tests.gui.utils.common.modals.Modals'>
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.re(r'using (?P<client>.*), (?P<user>\w+) (?P<result>\w+) to create '
                   'directory named "/(?P<abs_path>.*)" in "(?P<space>.*)" in '
                   '(?P<host>.*)'))
    def create_dir_in_op(client, user, users, space, abs_path, hosts, tmp_memory,
                         host, selenium, op_container, result, modals, oz_page):
        full_path = '{}/{}'.format(space, abs_path)
        client_lower = client.lower()
        if client_lower == 'web gui':
            if '/' in abs_path:
                go_to_filebrowser(selenium, user, oz_page, op_container,
                                  tmp_memory, space)
>               go_to_path_without_last_elem(user, tmp_memory, abs_path)
E               TypeError: go_to_path_without_last_elem() missing 2 required positional arguments: 'path' and 'op_container'

tests/mixed/steps/data_basic.py:110: TypeError