Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #405 failed

Job: Onepanel was successful

user disables files update[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result

The below summarizes the result of the test " user disables files update[1oz 1op 1oc-RESt-web GUi-RESt]" in build 405 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user disables files update[1oz 1op 1oc-RESt-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_disables_files_update[1oz_1op_1oc-REST-web GUI-REST]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

RuntimeError: no "space6" found in SpacesContentPage in content in Provider Panel
client1 = 'REST', client2 = 'web GUI', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_disables_files_update[1oz_1op_1oc-REST-web GUI-REST]'>>

>   ???

tests/mixed/scenarios/test_onepanel_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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/mixed/steps/onepanel_basic.py:502: in configure_sync_parameters_for_space_in_op_panel
    config, sync_type)
tests/gui/meta_steps/onepanel/spaces.py:90: in configure_sync_parameters_for_space_in_op_panel_gui
    onepanel)
<decorator-gen-150>:2: in wt_expands_toolbar_icon_for_space_in_onepanel
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:296: in wt_expands_toolbar_icon_for_space_in_onepanel
    onepanel(driver).content.spaces.spaces[space].expand_menu(driver)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7fe4dc0772d0>
sel = 'space6'

    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 "space6" found in SpacesContentPage in content in Provider Panel

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