Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2182 failed
Job: Datasets failed
user of client creating fails to create dataset after getting invite token from user of client inviting[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " user of client creating fails to create dataset after getting invite token from user of client inviting[1oz 1op 1oc-RESt-web GUi]" in build 2,182 of Onedata Products - mixed acceptance pkg - Chrome datasets tests.
- Description
- user of client creating fails to create dataset after getting invite token from user of client inviting[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_dataset
- Method
- test_user_of_client_creating_fails_to_create_dataset_after_getting_invite_token_from_user_of_client_inviting[1oz_1op_1oc-REST-web GUI]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'input_name' request = <FixtureRequest for <Function 'test_user_of_client_creating_fails_to_create_dataset_after_getting_invite_token_from_user_of_client_inviting[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/tokens_basic.py:103: in join_space_with_token consume_received_token(selenium, user, oz_page, 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="707425685d15a58c8ce014b7d50cf6df")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="c331b53a30636a00d7b2273553fbf9b8")>} browser_id = 'user2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5M2lkZW500aWZpZXIgMi9ubWQvdXNyLWEwYmJiYTA5MD...NDlkNmZlMmI5MTM00ZTJkN2QyYmRjMjM00NDQ5YjExMmRjaGQwZDUKMDAyZnNpZ25hdHVyZSCrI5H802i8kNHZ1G3PjCBrl9Ny7RivuOIXWOWiSb4GlsAo' 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