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

Build: #2084 failed

Job: Archives failed

user of client checking sees that dataset has more archives than its parent after user of client creating created nested archive on child dataset[1oz 1op 1oc-RESt-web GUi]: Test case result

The below summarizes the result of the test " user of client checking sees that dataset has more archives than its parent after user of client creating created nested archive on child dataset[1oz 1op 1oc-RESt-web GUi]" in build 2,084 of Onedata Products - mixed acceptance pkg - Chrome archives tests.
Description
user of client checking sees that dataset has more archives than its parent after user of client creating created nested archive on child dataset[1oz 1op 1oc-RESt-web GUi]
Test class
mixed.scenarios.test_archives
Method
test_user_of_client_checking_sees_that_dataset_has_more_archives_than_its_parent_after_user_of_client_creating_created_nested_archive_on_child_dataset[1oz_1op_1oc-REST-web GUI]
Jira Issue
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_that_dataset_has_more_archives_than_its_parent_after_user_of_client_creating_created_nested_archive_on_child_dataset[1oz_1op_1oc-REST-web GUI]'>>

    @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-957>: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-631>: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 0x7f3e01fc0748>

    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