Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1838 failed
Job: Groups basic failed
group is not joined to group 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 joined to group because of lack in privileges[1oz 1op 1oc-web GUi-RESt]" in build 1,838 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
- Description
- group is not joined to group because of lack in privileges[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_groups_basic
- Method
- test_group_is_not_joined_to_group_because_of_lack_in_privileges[1oz_1op_1oc-web GUI-REST]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'input_name' request = <FixtureRequest for <Function 'test_group_is_not_joined_to_group_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:188: 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: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 = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="293e188ad420719a46b677549d8b1faf")>, 'user1': <se...77549d8b1faf")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="ffabed447a76ce0e71b896746125cbc6")>} browser_id = 'user2', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> token = 'MDAzM2xvY2F00aW9uIGRldi1vbmV6b25lLmRlZmF1bHQuc3ZjLmNsdXN00ZXIubG9jYWwKMDA5M2lkZW500aWZpZXIgMi9ubWQvdXNyLTIwMWVmNDJiOG...ovYjYxMjRjNTAzZmZhMzYyNWE3NmFkM2VjY2M1M2I3ZWNjaGYxNjcKMDAyZnNpZ25hdHVyZSDHQRw3tYpK4eP74b00YF8HpDIzEKkQurX1pKHjhVRihyAo' 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