diff --git a/.github/ISSUE_TEMPLATE/smoke-tests.md b/.github/ISSUE_TEMPLATE/smoke-tests.md
index 0553c55a20..8d655b69ee 100644
--- a/.github/ISSUE_TEMPLATE/smoke-tests.md
+++ b/.github/ISSUE_TEMPLATE/smoke-tests.md
@@ -37,7 +37,7 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo
| $Name | {what a tester should do} | {what a tester should see when they do that} | pass/fail |
| Update flow |
-1. remove all fleet processes/agents/etc from Docker for a clean slate
+1. remove all fleet processes/agents/etc using `fleetctl preview reset` for a clean slate
1. run `fleetctl preview` with no tag for latest stable
1. create a host/query to later confirm upgrade with
1. STOP fleet-preview-server instances in containers/apps on Docker
@@ -45,7 +45,6 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo
|
| Login flow |
1. navigate to the login page and attempt to login with both valid and invalid credentials to verify some combination of expected results.
-2. Login with SSO
|
1. text fields prompt when blank
|