Build: #46 failed

Job: Chrome transfers tests failed

user tries to migrate file to too small space on remote provider: Test case result

The below summarizes the result of the test " user tries to migrate file to too small space on remote provider" in build 46 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome transfers tests.
Description
user tries to migrate file to too small space on remote provider
Test class
gui.scenarios.test_oneprovider_transfers
Method
test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider
Duration
3 mins
Status
Failed (New Failure)

Error Log

RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in TransfersTab in Oneprovider page
request = <FixtureRequest for <Function 'test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onezone.common import *

tests/gui/scenarios/test_oneprovider_transfers.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
<decorator-gen-360>:2: in assert_ended_transfer
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/transfers.py:45: in assert_ended_transfer
    transfer = op_page(selenium[browser_id]).transfers.ended[0]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7ffa6b069ed0>
sel = 0

    def __getitem__(self, sel):
        if isinstance(sel, int):
            item = self._getitem_by_idx(sel)
            if item:
                return self.cls(self.driver, item, self.parent)
            else:
                raise RuntimeError('Index out of bound. Requested item at '
                                   '{idx} while limit is {limit} in '
                                   '{parent}'.format(idx=sel, limit=len(self),
>                                                    parent=self.parent))
E               RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in TransfersTab in Oneprovider page

tests/gui/utils/core/web_objects.py:77: RuntimeError