Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #617 failed

Job: Spaces basic failed

user leaves space using client1 and using client2 he sees that it has been left[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " user leaves space using client1 and using client2 he sees that it has been left[1oz 1op 1oc-web GUi-RESt]" in build 617 of Onedata Products - mixed acceptance pkg - Chrome spaces basic tests.
Description
user leaves space using client1 and using client2 he sees that it has been left[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_spaces_basic
Method
test_user_leaves_space_using_client1_and_using_client2_he_sees_that_it_has_been_left[1oz_1op_1oc-web GUI-REST]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

RuntimeError: no  item found in modals
client1 = 'web GUI', client2 = 'REST'
request = <FixtureRequest for <Function 'test_user_leaves_space_using_client1_and_using_client2_he_sees_that_it_has_been_left[1oz_1op_1oc-web GUI-REST]'>>

    
>   from tests.mixed.steps.space_basic import *

tests/mixed/scenarios/test_spaces_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)
tests/mixed/steps/space_basic.py:51: in leave_spaces_in_oz
    leave_spaces_in_oz_using_gui(selenium, user, space_list, oz_page, popups)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-690>: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-486>: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="82f6c484edf0fcbccce896af32203283")>
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