GUI acceptance tests using environment deployed from packages.

Build: #1100 failed

Job: Chrome transfers tests failed

user migrates file to remote provider[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user migrates file to remote provider[1oz 2op deployed]" in build 1,100 of Onedata Products - gui acceptance pkg - Chrome transfers tests.
Description
user migrates file to remote provider[1oz 2op deployed]
Test class
gui.scenarios.test_oneprovider_transfers
Method
test_user_migrates_file_to_remote_provider[1oz_2op_deployed]
Duration
5 mins
Status
Failed (New Failure)

Error Log

AssertionError: Ongoing transfers did not finish
request = <FixtureRequest for <Function 'test_user_migrates_file_to_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="00393e2071f979a48bd7bd5540b10c16")>}
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