Build: #20 failed

Job: Onezone spaces basic failed

user joins a space with group invitation token and see space was renamed: Test case result

The below summarizes the result of the test " user joins a space with group invitation token and see space was renamed" in build 20 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
Description
user joins a space with group invitation token and see space was renamed
Test class
gui.scenarios.test_onezone_spaces_basic
Method
test_user_joins_a_space_with_group_invitation_token_and_see_space_was_renamed
Duration
41 secs
Status
Failed (New Failure)

Error Log

AttributeError: 'GetSupportPage' object has no attribute 'copy'
request = <FixtureRequest for <Function 'test_user_joins_a_space_with_group_invitation_token_and_see_space_was_renamed'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
<decorator-gen-388>:2: in copy_token
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="2b2e0716647ef8e678d5219de6f965ff")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="db412fab29827600ae4ae88334c4de4f")>}
browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*) copies invitation token '
                   'from Spaces page'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def copy_token(selenium, browser_id, oz_page):
>       oz_page(selenium[browser_id])['spaces'].providers_page.get_support_page.copy()
E       AttributeError: 'GetSupportPage' object has no attribute 'copy'

tests/gui/steps/onezone/spaces.py:387: AttributeError