GUI acceptance tests using environment deployed from packages.

Build: #706 failed

Job: Onepanel basic failed

user removes newly created storage[1oz 1op deployed-browser1-new storage5]: Test case result

The below summarizes the result of the test " user removes newly created storage[1oz 1op deployed-browser1-new storage5]" in build 706 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user removes newly created storage[1oz 1op deployed-browser1-new storage5]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_removes_newly_created_storage[1oz_1op_deployed-browser1-new_storage5]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: no STORAGES item found in content in dev-oneprovider-krakow Oneprovider Panel 19.02.0-rc2
client = 'browser1', storage_name = 'new_storage5'
request = <FixtureRequest for <Function 'test_user_removes_newly_created_storage[1oz_1op_deployed-browser1-new_storage5]'>>

    from tests.gui.steps.onezone.clusters import *
>   from tests.gui.steps.onezone.members import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-220>:2: in assert_storage_disappeared_from_list
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/storages.py:112: in assert_storage_disappeared_from_list
    storages_list = onepanel(driver).content.storages.storages
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b89353bd6bfd26278d98209ee7feb103", element="0.3751687536778632-2")>
css_sel = '.main-content'
err_msg = 'no STORAGES item found in content in dev-oneprovider-krakow\nOneprovider Panel 19.02.0-rc2'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
            item = web_elem_root.find_element_by_css_selector(css_sel)
        except NoSuchElementException:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no STORAGES item found in content in dev-oneprovider-krakow
E           Oneprovider Panel 19.02.0-rc2

tests/gui/utils/generic.py:92: RuntimeError