Build: #3 failed

Job: Onepanel failed

user disables files update[RESt-web GUi-RESt]: Test case result

The below summarizes the result of the test " user disables files update[RESt-web GUi-RESt]" in build 3 of Onedata Products - mixed acceptance pkg - feature-VFS-4649-add-branch-configuration-in-onedata-acceptance - Chrome onepanel tests.
Description
user disables files update[RESt-web GUi-RESt]
Test class
mixed_swaggers.scenarios.test_onepanel_basic
Method
test_user_disables_files_update[REST-web GUI-REST]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AssertionError: not found "space6" in spaces in Onepanel
client1 = 'REST', client2 = 'web GUI', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_disables_files_update[REST-web GUI-REST]'>>

>   ???

tests/mixed_swaggers/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_swaggers/steps/onepanel_basic.py:329: in support_space_in_op_panel
    tmp_memory, space_name, host, hosts)
tests/gui/meta_steps/onepanel/spaces.py:60: in support_space_in_op_panel_using_gui
    onepanel)
<decorator-gen-116>:2: in wt_assert_existence_of_space_support_record
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="e8b60ca138d3c83ad31f7d50338dfcf6")>, 'browsers': <s...7d50338dfcf6")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="cfc2c1e2249a2a4c7667c6988aff52e0")>}
browser_id = 'admin', space = 'space6'
onepanel = <class 'tests.gui.utils.onepanel.Onepanel'>

    @when(parsers.parse('user of {browser_id} sees that space support record for '
                        '"{space}" has appeared in Spaces page in Onepanel'))
    @then(parsers.parse('user of {browser_id} sees that space support record for '
                        '"{space}" has appeared in Spaces page in Onepanel'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def wt_assert_existence_of_space_support_record(selenium, browser_id,
                                                    space, onepanel):
        spaces = {space.name for space
                  in onepanel(selenium[browser_id]).content.spaces.spaces}
>       assert space in spaces, 'not found "{}" in spaces in Onepanel'.format(space)
E       AssertionError: not found "space6" in spaces in Onepanel

tests/gui/steps/onepanel/spaces.py:114: AssertionError