Build: #5 failed

Job: Onepanel basic failed

user changes provider name and domain: Test case result

The below summarizes the result of the test " user changes provider name and domain" in build 5 of Onedata Products - gui acceptance pkg - feature-VFS-4386-tests-retry-onenv-pytest - Chrome onepanel basic tests.
Description
user changes provider name and domain
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_changes_provider_name_and_domain
Duration
1 min
Status
Failed (New Failure)

Error Log

RuntimeError: no "dev-oneprovider-krakow" found in ClustersSidebar in CLUSTERS sidebar in Provider Panel
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain'>>

>   ???

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-74>:2: in wt_click_on_subitem_for_item
    ???
tests/gui/utils/generic.py:108: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/common.py:45: in wt_click_on_subitem_for_item
    nav.items[record].submenu[sub_item].click()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f04e1dfb5d0>
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 ClustersSidebar in CLUSTERS sidebar in Provider Panel

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