mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Include sso testing to smoke test checklist (#5247)
This commit is contained in:
parent
42f53b63b2
commit
854f9e66b1
4
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
4
.github/ISSUE_TEMPLATE/smoke-tests.md
vendored
@ -46,12 +46,14 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo
|
||||
<tr><td>Login flow</td><td>
|
||||
|
||||
1. navigate to the login page and attempt to login with both valid and invalid credentials to verify some combination of expected results.
|
||||
2. navigate to the login page and attempt to login with both valid and invalid sso credentials to verify expected results.
|
||||
</td><td>
|
||||
|
||||
1. text fields prompt when blank
|
||||
2. correct error message is "authentication failed"
|
||||
3. forget password link prompts for email
|
||||
4. valid credentials result in a successful login. </td><td>pass/fail</td></tr>
|
||||
4. valid credentials result in a successful login.
|
||||
5. valid sso credentials result in a successful login</td><td>pass/fail</td></tr>
|
||||
<tr><td>Query flow</td><td>Create, edit, run, and delete queries. </td><td>
|
||||
|
||||
1. permissions regarding creating/editing/deleting queries are up to date with documentation
|
||||
|
Loading…
Reference in New Issue
Block a user