Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #3105 failed
Job: Tokens failed
Test results
- 6 tests in total
- 3 tests failed
- 3 failures are new
- 7 minutes taken in total.
Build 3,105 has the following 3 errors: 3 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_tokens
test_user_not_set_in_access_token_caveat_fails_to_use_that_token[1oz_1op_1oc]
|
1 min | |
RuntimeError: no "space1" found in DataPage in Onezone page request = <FixtureRequest for <Function 'test_user_not_set_in_access_token_caveat_fails_to_use_that_token[1oz_1op_1oc]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: (49 more lines...) |
|||
Collapse |
test_tokens
test_user_set_in_access_token_caveat_succeeds_to_use_that_token_only_with_their_identity_token[1oz_1op_1oc]
|
3 mins | |
RuntimeError: no "space1" found in DataPage in Onezone page request = <FixtureRequest for <Function 'test_user_set_in_access_token_caveat_succeeds_to_use_that_token_only_with_their_identity_token[1oz_1op_1oc]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: (49 more lines...) |
|||
Collapse |
test_tokens
test_user_to_space_invite_token_has_default_space_member_privileges[1oz_1op_1oc-REST-web gui]
|
58 secs | |
RuntimeError: no item found in Tokens page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="327e6505c0529230354f8479906720dd")> css_sel = '.sidebar-tokens', err_msg = 'no item found in Tokens page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) > item = web_elem_root.find_element_by_css_selector(css_sel) (295 more lines...) |