GUI acceptance tests using environment deployed from packages.

Build: #590 failed

Job: Storage sync failed

user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]" in build 590 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
Description
user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]
Test class
gui.scenarios.test_storage_sync
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[1oz_1op_deployed]
Duration
3 mins
Status
Failed (New Failure)

Error Log

RuntimeError: no FORM item found in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 19.02.0-rc1
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onepanel.spaces import *

tests/gui/scenarios/test_storage_sync.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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/gui/meta_steps/onepanel/spaces.py:41: in support_space_in_op_panel_using_gui
    onepanel)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-130>:2: in wt_select_storage_in_support_space_form
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:32: in wt_select_storage_in_support_space_form
    storage_selector = (onepanel(selenium[browser_id]).content.spaces.
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="b486815424727e8b114bee98a657827b", element="0.707590891516011-34")>
css_sel = '.support-space-form'
err_msg = 'no FORM item found in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 19.02.0-rc1'

    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 FORM item found in SpacesContentPage in content in dev-oneprovider-krakow
E           Oneprovider Panel 19.02.0-rc1

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