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

Build: #2190 failed

Job: Spaces basic failed

user of client2 fails to add another user to space after joining to it from invitation generated by user of client1[1oz 1op 1oc-RESt-web GUi]: Test case result

The below summarizes the result of the test " user of client2 fails to add another user to space after joining to it from invitation generated by user of client1[1oz 1op 1oc-RESt-web GUi]" in build 2,190 of Onedata Products - mixed acceptance pkg - Chrome spaces basic tests.
Description
user of client2 fails to add another user to space after joining to it from invitation generated by user of client1[1oz 1op 1oc-RESt-web GUi]
Test class
mixed.scenarios.test_spaces_basic
Method
test_user_of_client2_fails_to_add_another_user_to_space_after_joining_to_it_from_invitation_generated_by_user_of_client1[1oz_1op_1oc-REST-web GUI]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'input_name'
request = <FixtureRequest for <Function 'test_user_of_client2_fails_to_add_another_user_to_space_after_joining_to_it_from_invitation_generated_by_user_of_client1[1oz_1op_1oc-REST-web GUI]'>>

    @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/mixed/steps/space_basic.py:189: in join_space_in_oz
    join_space_in_oz_using_gui(selenium, user_list, oz_page, tmp_memory)
tests/gui/meta_steps/onezone/spaces.py:202: in join_space_in_oz_using_gui
    tmp_memory)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/onezone/tokens.py:57: 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:45: in paste_received_token_into_text_field
    _paste_token_into_text_field(selenium, browser_id, oz_page, token)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="aad667c18b2ecf9abb940b3ea517e926")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="7bcdf2c008e25539255c7173c8729bdd")>}
browser_id = 'user1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5M2lkZW500aWZpZXIgMi9ubWQvdXNyLTZiZGRmNmYxMD...ZWRiODg2N2M5YTg4ZDRkNWE3ZjUwN2JmMjBmYWMzMmVjaDdhODQKMDAyZnNpZ25hdHVyZSCfw7mTGJO00gqcs7BiycJWZ1Ung89jyTZHFEK7lX0201rJgo'

    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:28: AttributeError