GUI acceptance tests using environment deployed from packages.

Build: #1072 failed

Job: Chrome transfers tests was successful

user tries to replicate directory to too small space on remote provider[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user tries to replicate directory to too small space on remote provider[1oz 2op deployed]" in build 1,072 of Onedata Products - gui acceptance pkg - Chrome transfers tests.
Description
user tries to replicate directory to too small space on remote provider[1oz 2op deployed]
Test class
gui.scenarios.test_oneprovider_transfers
Method
test_user_tries_to_replicate_directory_to_too_small_space_on_remote_provider[1oz_2op_deployed]
Duration
5 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Ongoing transfers did not finish
request = <FixtureRequest for <Function 'test_user_tries_to_replicate_directory_to_too_small_space_on_remote_provider[1oz_2op_deployed]'>>

    @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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-636>:2: in wait_for_ongoing_tranfers_to_finish
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="0354438d0529af04441bfc56f13dc49d")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*) waits for all transfers to finish'))
    @repeat_failed(interval=1, timeout=90,
                   exceptions=(AssertionError, StaleElementReferenceException))
    def wait_for_ongoing_tranfers_to_finish(selenium, browser_id, op_container):
        assert len(op_container(selenium[browser_id]).transfers.ongoing) == 0, \
>           'Ongoing transfers did not finish'
E       AssertionError: Ongoing transfers did not finish

tests/gui/steps/oneprovider/transfers.py:76: AssertionError