GUI acceptance tests using environment deployed from packages.

Build: #558 failed

Job: Onepanel basic failed

support space[1oz 1op not deployed-browser1-space1]: Test case result

The below summarizes the result of the test " support space[1oz 1op not deployed-browser1-space1]" in build 558 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
support space[1oz 1op not deployed-browser1-space1]
Test class
gui.scenarios.test_onepanel_basic
Method
test_support_space[1oz_1op_not_deployed-browser1-space1]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AssertionError: space "space1" not found
client = 'browser1', space = 'space1'
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_not_deployed-browser1-space1]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

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-346>:2: in assert_new_created_space_has_appeared_on_spaces
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="9d7f888edbd8ab1b49a846a8acd66b47")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="efb73e2ab4a031ba6ce5791758cfb5ed")>}
browser_id = 'browser1', space_name = 'space1'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees that "{space_name}" has appeared '
                      'on the spaces list in the sidebar'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_new_created_space_has_appeared_on_spaces(selenium, browser_id,
                                                        space_name, oz_page):
        driver = selenium[browser_id]
        assert space_name in oz_page(driver)['data'].elements_list, \
>           'space "{}" not found'.format(space_name)
E       AssertionError: space "space1" not found

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