Build: #52 failed

Job: Onezone spaces basic failed

user sees that space size is zero right after creating: Test case result

The below summarizes the result of the test " user sees that space size is zero right after creating" in build 52 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
Description
user sees that space size is zero right after creating
Test class
gui.scenarios.test_onezone_spaces_basic
Method
test_user_sees_that_space_size_is_zero_right_after_creating
Duration
34 secs
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_sees_that_space_size_is_zero_right_after_creating'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-362>:2: in assert_size_of_space_on_left_sidebar_menu
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="2cbe065107b2aaf4805723917338b8cc")>}
browser_id = 'browser', number = '0 B', space_name = 'space2'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees {number} size of '
                      'the "{space_name}"'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_size_of_space_on_left_sidebar_menu(selenium, browser_id, number,
                                                  space_name, oz_page):
        driver = selenium[browser_id]
        assert number == (oz_page(driver)['spaces']
                          .elements_list[space_name]
                          .support_size,
                          'size of space "{}" is not equal {}'
>                         .format(space_name, number))
E       AssertionError

tests/gui/steps/onezone/spaces.py:206: AssertionError