GUI acceptance tests using environment deployed from packages.

Build: #1078 failed

Job: Multiprovider basic failed

user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]" in build 1,078 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
Description
user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]
Duration
7 mins
Status
Failed (New Failure)

Error Log

AssertionError: Ongoing transfers did not finish
request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[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-768>:2: in wait_for_ongoing_tranfers_to_finish
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="a6f96e0ab5360b8c70a2b0b1e0adb383")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="2ebff385590bb215a7cbd41bb893114d")>}
browser_id = 'browser2'
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