From b4dda2663e4ca7d9153ddf3f5105c388b0ec087d Mon Sep 17 00:00:00 2001 From: Renee Jackson <44620612+rlynnj11@users.noreply.github.com> Date: Mon, 4 Oct 2021 11:26:31 -0300 Subject: [PATCH] Smoke test clarifications (#2329) * Update smoke-tests.md * add_clarifications clarifications per Noah's feedback on 1st use. * Update smoke-tests.md --- .github/ISSUE_TEMPLATE/smoke-tests.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/smoke-tests.md b/.github/ISSUE_TEMPLATE/smoke-tests.md index 5c1d0ae31a..0553c55a20 100644 --- a/.github/ISSUE_TEMPLATE/smoke-tests.md +++ b/.github/ISSUE_TEMPLATE/smoke-tests.md @@ -25,10 +25,10 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo ## Prerequisites -1. `fleetctl preview` is set up and running the desired test version using `--tag` parameters. +1. `fleetctl preview` is set up and running the desired test version using [`--tag` parameters.](https://github.com/fleetdm/fleet/blob/main/handbook/product.md#manual-qa ) 2. Unless you are explicitly testing older browser versions, browser is up to date. 3. Certificate & flagfile are in place to create new host. -4. If using Firefox, clear local storage using devtools. +4. In your browser, clear local storage using devtools. ## Instructions @@ -71,4 +71,8 @@ Smoke tests are limited to core functionality and serve as a sanity test. If smo Issues found new to this version: -Issues found that reproduce in last stable version: \ No newline at end of file +Issues found that reproduce in last stable version: + +What has not been tested: + +Include any notes on whether issues should block release or not as needed \ No newline at end of file