GUI acceptance tests using environment deployed from packages.

Build: #201 failed

Job: Chrome transfers tests failed

user replicates directory with file on current provider to the same provider: Test case result

The below summarizes the result of the test " user replicates directory with file on current provider to the same provider" in build 201 of Onedata Products - gui acceptance pkg - Chrome transfers tests.
Description
user replicates directory with file on current provider to the same provider
Test class
gui.scenarios.test_oneprovider_transfers
Method
test_user_replicates_directory_with_file_on_current_provider_to_the_same_provider
Duration
1 min
Status
Failed (New Failure)

Error Log

RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "dir1"
request = <FixtureRequest for <Function 'test_user_replicates_directory_with_file_on_current_provider_to_the_same_provider'>>

>   ???

tests/gui/scenarios/test_oneprovider_transfers.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
tests/gui/meta_steps/oneprovider/common.py:73: in meta_replicate_item
    replicate_item(selenium, browser_id, provider, hosts)
tests/gui/steps/oneprovider/transfers.py:102: in replicate_item
    .providers[provider_name]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f801cc4cb90>
sel = 'dev-oneprovider-krakow'

    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))
        elif isinstance(sel, (str, unicode)):
            item = self._getitem_by_id(sel)
            if item:
                return item
            else:
                raise RuntimeError('no "{id}" found in '
                                   '{parent}'.format(id=sel,
>                                                    parent=self.parent))
E               RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "dir1"

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