GUI acceptance tests using environment deployed from packages.

Build: #1670 failed

Job: Onezone spaces multiuser failed

user successfully joins space using invitation token[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user successfully joins space using invitation token[1oz 1op deployed]" in build 1,670 of Onedata Products - gui acceptance pkg - Chrome onezone spaces multiuser tests.
Description
user successfully joins space using invitation token[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_spaces_multiuser
Method
test_user_successfully_joins_space_using_invitation_token[1oz_1op_deployed]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'input_name'
request = <FixtureRequest for <Function 'test_user_successfully_joins_space_using_invitation_token[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/onezone/tokens.py:53: in consume_received_token
    tmp_memory)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/onezone/tokens.py:41: in paste_received_token_into_text_field
    _paste_token_into_text_field(selenium, browser_id, oz_page, token)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="39cbd5202570d93c5eb2f697adf8b66a")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="f8068f78071450ac81a1395352641b9d")>}
browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5NWlkZW500aWZpZXIgMi900bXAtMS91c3ItYjQ4ZTZiM...YWQzYzFkN2NoYjhkMwowMDFhY2lkIHRpbWUgPCAxNjI5NDgyMTU3CjAwMmZzaWduYXR1cmUgTzTkPiZ612xNjYFfWyP01m02Jyr2DiwElcWw8ZHLbdiPMK'

    def _paste_token_into_text_field(selenium, browser_id, oz_page, token):
        page = oz_page(selenium[browser_id])['tokens']
>       page.input_name = token
E       AttributeError: 'NoneType' object has no attribute 'input_name'

tests/gui/meta_steps/onezone/tokens.py:24: AttributeError