GUI acceptance tests using environment deployed from packages.
Build: #1962 failed
Job: Onezone basic failed
user sees that user added to group has default privileges[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees that user added to group has default privileges[1oz 1op deployed]" in build 1,962 of Onedata Products - gui acceptance pkg - Chrome onezone basic tests.
- Description
- user sees that user added to group has default privileges[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_user_sees_that_user_added_to_group_has_default_privileges[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_sees_that_user_added_to_group_has_default_privileges[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/groups.py:192: in join_group_using_op_gui consume_received_token(selenium, browser_id, 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 = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="22b4496ca29e4de4d722ad8eac51d835")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="8d9a44ad270344fa3e6aa094ff1641d8")>} browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5NWlkZW500aWZpZXIgMi900bXAtMS91c3ItY2I4NTk3O...NWQ1NzBiYWNoY2ZlMQowMDFhY2lkIHRpbWUgPCAxNjQ00ODY5OTMxCjAwMmZzaWduYXR1cmUggGMmLhfHzi01roHOQAjYkBGruJvtaGXU7u1y8OWLo8tgK' 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