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

Build: #2117 was successful

Job: Archives was successful

user of client creating can create archive after getting invite token with create archives privilege from user of client inviting[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " user of client creating can create archive after getting invite token with create archives privilege from user of client inviting[1oz 1op 1oc-web GUi-RESt]" in build 2,117 of Onedata Products - mixed acceptance pkg - Chrome archives tests.
Description
user of client creating can create archive after getting invite token with create archives privilege from user of client inviting[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_archives
Method
test_user_of_client_creating_can_create_archive_after_getting_invite_token_with_create_archives_privilege_from_user_of_client_inviting[1oz_1op_1oc-web GUI-REST]
Jira Issue
Duration
4 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_of_client_creating_can_create_archive_after_getting_invite_token_with_create_archives_privilege_from_user_of_client_inviting[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.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)
<decorator-gen-959>:2: in assert_archive_in_op
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/archive.py:51: in assert_archive_in_op
    description)
tests/gui/meta_steps/oneprovider/archives.py:167: in assert_archive_in_op_gui
    click_and_press_enter_on_archive(browser_id, tmp_memory, description)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-633>:2: in click_and_press_enter_on_archive
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/archives.py:97: in click_and_press_enter_on_archive
    archive.click_and_enter()
tests/gui/utils/oneprovider/archive_browser/data_row.py:29: in click_and_enter
    self.wait_for_selected()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.oneprovider.archive_browser.data_row.DataRow object at 0x7f0e53ae0710>

    def wait_for_selected(self):
        for i in range(30):
            time.sleep(0.1)
            if self.is_selected():
                return
    
>       raise RuntimeError('Waited too long for being selected')
E       RuntimeError: Waited too long for being selected

tests/gui/utils/oneprovider/browser_row.py:24: RuntimeError