Build: #1 failed

Job: Storage sync failed

user disables files update: Test case result

The below summarizes the result of the test " user disables files update" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome storage sync tests.
Description
user disables files update
Test class
gui.scenarios.test_storage_sync
Method
test_user_disables_files_update
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: not found "space6" in spaces in Onepanel
request = <FixtureRequest for <Function 'test_user_disables_files_update'>>

>   ???

tests/gui/scenarios/test_storage_sync.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)
<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 = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="1ab13fc032f39154864445c50037867d")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="e4edc853a5521924e10d49bb4a767d3c")>}
browser_id = 'browser1', 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