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

Build: #2999 failed

Job: Spaces basic failed

user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-web GUi-RESt]" in build 2,999 of Onedata Products - mixed acceptance pkg - Spaces basic.
Description
user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_spaces_basic
Method
test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-web GUI-REST]
Duration
28 secs
Status
Failed (New Failure)

Error Log

NameError: name 'type_space_name_on_rename_space_input_on_overview_page' is not defined
request = <FixtureRequest for <Function 'test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/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)
tests/mixed/steps/space_basic.py:66: in rename_spaces_in_oz
    rename_spaces_in_oz_using_gui(selenium, user, oz_page, space_list,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="7a25dc8b4573c647f1118f5695be4ea3")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="70aeb6e8e901a5dad56af1cb96fd0a80")>}
user = 'user1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
space_list = '"space1"', new_names_list = '"NewNameSpace"'

    def rename_spaces_in_oz_using_gui(selenium, user, oz_page, space_list,
                                      new_names_list):
        where = 'spaces'
        option = 'enter'
    
        for space_name, new_space_name in zip(parse_seq(space_list),
                                              parse_seq(new_names_list)):
            click_element_on_lists_on_left_sidebar_menu(selenium, user, where,
                                                        space_name, oz_page)
>           type_space_name_on_rename_space_input_on_overview_page(selenium,
                                                                   user,
                                                                   new_space_name,
                                                                   oz_page)
E           NameError: name 'type_space_name_on_rename_space_input_on_overview_page' is not defined

tests/gui/meta_steps/onezone/spaces.py:121: NameError