Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2153 failed
Job: Groups basic failed
group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]: Test case result
The below summarizes the result of the test " group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]" in build 2,153 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- group is not renamed because of lack in privileges[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-web GUI-REST]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'input_name' request = <FixtureRequest for <Function 'test_group_is_not_renamed_because_of_lack_in_privileges[1oz_1op_1oc-web GUI-REST]'>> @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/group_basic.py:221: in join_group join_group_using_op_gui(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/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 = {'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="f8c43fdd8d32496db9aaa2f4ee462dbc")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="fdb28c02e77f0d326d9438aceaa17548")>} browser_id = 'user2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5M2lkZW500aWZpZXIgMi9ubWQvdXNyLWRjOGU4ZjQ5OD...mEzMzUyOTgyZWFiOWY00YTQ00MzYxZDBmMjdjZGE00ZTBjaDZkZjIKMDAyZnNpZ25hdHVyZSBAqCpMKMB9zDG7JeqKgijlK4HXYQd00TfIAvIT1Vnw9mgo' 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