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

Build: #2338 failed

Job: File content failed

user removes file right after read using client2 and using client1 sees that it has been removed[1oz 1op 1oc-web GUi-oneclient1]: Test case result

The below summarizes the result of the test " user removes file right after read using client2 and using client1 sees that it has been removed[1oz 1op 1oc-web GUi-oneclient1]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome file content tests.
Description
user removes file right after read using client2 and using client1 sees that it has been removed[1oz 1op 1oc-web GUi-oneclient1]
Test class
mixed.scenarios.test_file_content
Method
test_user_removes_file_right_after_read_using_client2_and_using_client1_sees_that_it_has_been_removed[1oz_1op_1oc-web GUI-oneclient1]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_removes_file_right_after_read_using_client2_and_using_client1_sees_that_it_has_been_removed[1oz_1op_1oc-web GUI-oneclient1]'>>

    @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:359: in write_to_file_in_op
    users)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_reg_file_steps.py:29: in write_text
    write_text_base(user, text, file, client_node, users)
tests/oneclient/steps/multi_reg_file_steps.py:23: in write_text_base
    assert_generic(client.perform, should_fail, condition, timeout=0)
tests/utils/utils.py:37: in assert_generic
    assert_(expression, *args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7ffb64453438>>
args = (<function write_text_base.<locals>.condition at 0x7ffb644541e0>,)
kwargs = {'timeout': 0}, assert_result = False

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

tests/utils/utils.py:42: AssertionError