From 6cc152c07c164d2c966189fd97e2023c165bacec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sheev=20Dav=C3=A9?= Date: Wed, 21 May 2025 13:06:03 -0700 Subject: [PATCH 1/2] Update manual_qa_template.yml Deleted 2FA directions since that's directly managed by login.gov --- .github/ISSUE_TEMPLATE/manual_qa_template.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/manual_qa_template.yml b/.github/ISSUE_TEMPLATE/manual_qa_template.yml index 27985e5b7..bb611fbe5 100644 --- a/.github/ISSUE_TEMPLATE/manual_qa_template.yml +++ b/.github/ISSUE_TEMPLATE/manual_qa_template.yml @@ -8,11 +8,8 @@ body: attributes: label: Log In options: - - label: notify-staging.app.cloud.gov resolves - - label: Clicking sign in takes you to login page - - label: 2FA code is sent promptly - - label: 2FA code input screen appears as expected - - label: After code is entered, you are brought to the “choose service” screen + - label: Can sign in via Login.gov + - label: After successful login, you are brought to the “choose service” screen - label: Choosing a service brings you to the dashboard for that service - type: checkboxes From 757803312d9a3e76e1b056aea59229d760f62e32 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 23 May 2025 10:39:39 -0400 Subject: [PATCH 2/2] Tweaked a couple more of the steps to be in line with the current sign in/out flow Signed-off-by: Carlo Costino --- .github/ISSUE_TEMPLATE/manual_qa_template.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/manual_qa_template.yml b/.github/ISSUE_TEMPLATE/manual_qa_template.yml index bb611fbe5..8f6117ae3 100644 --- a/.github/ISSUE_TEMPLATE/manual_qa_template.yml +++ b/.github/ISSUE_TEMPLATE/manual_qa_template.yml @@ -8,6 +8,8 @@ body: attributes: label: Log In options: + - label: notify-staging.app.cloud.gov resolves + - label: Clicking sign in takes you to Login.gov - label: Can sign in via Login.gov - label: After successful login, you are brought to the “choose service” screen - label: Choosing a service brings you to the dashboard for that service @@ -69,11 +71,10 @@ body: - label: From team member screen, clicking “Change Details” on a specific profile brings you to that person’s profile - label: Clicking on “Remove this team member” prompts a confirmation - label: Clicking the confirmation removes the team member - + - type: checkboxes id: sign_out attributes: label: Sign Out options: - - label: Hitting “Sign Out” takes you back to the homepage and logs you out - + - label: Clicking “Sign Out” takes you back to the homepage and logs you out