GUI acceptance tests using environment deployed from packages.

Build: #670 failed

Job: Multiprovider basic failed

user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]" in build 670 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
Description
user leaves space in one provider and sees that it was leaved from also in other provider[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider[1oz_2op_deployed]
Duration
37 secs
Status
Failed (Existing Failure)

Error Log

RuntimeError: no  item found in modals
request = <FixtureRequest for <Function 'test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider[1oz_2op_deployed]'>>

    from tests.gui.steps.oneprovider.metadata import *
>   from tests.gui.steps.oneprovider.shares import *

tests/gui/scenarios/test_multiprovider_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-336>: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="e25c98065a269519dcf4c8d425b55e9a")>
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