GUI acceptance tests using environment deployed from packages.

Build: #677 failed

Job: Onezone basic failed

user fails to join group using incorrect token[1oz 1op deployed-enter]: Test case result

The below summarizes the result of the test " user fails to join group using incorrect token[1oz 1op deployed-enter]" in build 677 of Onedata Products - gui acceptance pkg - Chrome onezone basic tests.
Description
user fails to join group using incorrect token[1oz 1op deployed-enter]
Test class
gui.scenarios.test_onezone_basic
Method
test_user_fails_to_join_group_using_incorrect_token[1oz_1op_deployed-enter]
Duration
37 secs
Status
Failed (Existing Failure)

Error Log

AssertionError: Modal does not contain text "joining the group failed"
confirmation_method = 'enter'
request = <FixtureRequest for <Function 'test_user_fails_to_join_group_using_incorrect_token[1oz_1op_deployed-enter]'>>

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

tests/gui/scenarios/test_onezone_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-328>: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="cbdebf1325ce48d6a3dd0e173fc4471a")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="6c5fc8cae43d43ebb4d7d6a9a1f23204")>}
browser_id = 'browser1', text = 'joining the group failed'
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 "joining the group failed"

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