GUI acceptance tests using environment deployed from packages.

Build: #661 failed

Job: Onepanel basic failed

user uploads files on freshly supported space on newly created storage[1oz 1op deployed-browser1-new storage1]: Test case result

The below summarizes the result of the test " user uploads files on freshly supported space on newly created storage[1oz 1op deployed-browser1-new storage1]" in build 661 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user uploads files on freshly supported space on newly created storage[1oz 1op deployed-browser1-new storage1]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser1-new_storage1]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: no  item found in modals
client = 'browser1', storage_name = 'new_storage1'
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser1-new_storage1]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account 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)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-840>:2: in leave_spaces_in_oz_using_gui
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/spaces.py:67: in leave_spaces_in_oz_using_gui
    confirmation_button)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-372>:2: in click_confirm_or_cancel_button_on_leave_space_page
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:148: in click_confirm_or_cancel_button_on_leave_space_page
    getattr(modals(selenium[browser_id]).leave_space, button_name).click()
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.chrome.webdriver.WebDriver (session="611e4c6e78aa967e30b2c04492ac8d7f")>
css_sel = '.modal-dialog', err_msg = 'no  item found in modals'

    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  item found in modals

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