GUI acceptance tests using environment deployed from packages.

Build: #673 failed

Job: Onepanel basic failed

user fails to add group to cluster without add group privileges[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user fails to add group to cluster without add group privileges[1oz 1op deployed]" in build 673 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user fails to add group to cluster without add group privileges[1oz 1op deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: Modal does not contain text "Insufficient permissions"
request = <FixtureRequest for <Function 'test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_deployed]'>>

    from tests.gui.meta_steps.onezone.spaces import *
>   from tests.gui.meta_steps.onepanel.account_management import *

tests/gui/scenarios/test_onepanel_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-556>:2: in assert_error_modal_with_text_appeared
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="999e9220a7383c19d9d91724610cc4f8")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="da951ce447866751275dbfb2560eabcd")>}
browser_id = 'browser2', text = 'Insufficient permissions'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees that error modal with '
                      'text "{text}" appeared'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_error_modal_with_text_appeared(selenium, browser_id, text, oz_page):
        message = 'Modal does not contain text "{}"'.format(text)
>       assert text in modals(selenium[browser_id]).error.content, message
E       AssertionError: Modal does not contain text "Insufficient permissions"

tests/gui/steps/onezone/groups.py:137: AssertionError