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

Build: #2338 failed

Job: File content failed

user replaces word in file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-oneclient1-RESt]: Test case result

The below summarizes the result of the test " user replaces word in file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-oneclient1-RESt]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome file content tests.
Description
user replaces word in file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-oneclient1-RESt]
Test class
mixed.scenarios.test_file_content
Method
test_user_replaces_word_in_file_using_client2_and_using_client1_sees_that_files_content_has_changed[1oz_1op_1oc-oneclient1-REST]
Duration
47 secs
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_replaces_word_in_file_using_client2_and_using_client1_sees_that_files_content_has_changed[1oz_1op_1oc-oneclient1-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)
tests/mixed/steps/data_basic.py:169: in see_item_in_op
    oneclient_host)
tests/mixed/steps/oneclient/data_basic.py:100: in see_items_in_op_oneclient
    multi_file_steps.stat_present(user, space, item, host, users)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_file_steps.py:73: in stat_present
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7ffb6457b400>>
args = (<function stat_present.<locals>.condition at 0x7ffb644bed08>,)
kwargs = {}, assert_result = False

    def assert_(expression, *args, **kwargs):
        assert_result = expression(*args, **kwargs)
>       assert assert_result
E       AssertionError

tests/utils/utils.py:42: AssertionError