From 766028ff4d8b87d0aba921d6b1a82b4cda42baf1 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 15 May 2024 17:19:07 +0800 Subject: [PATCH] Revert "add comment to explain why a profile review is required" This reverts commit 985626671457ba21c9d0213bad75e3d83580b504. --- features/mfa.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/mfa.feature b/features/mfa.feature index 4a134dea..a61a61ab 100644 --- a/features/mfa.feature +++ b/features/mfa.feature @@ -216,7 +216,6 @@ Feature: Prompt for MFA credentials Given I provide credentials that have a manager code And I login When I submit the correct manager code - # because profile review is required after using a manager code: And I click the remind-me-later button Then I should end up at my intended destination @@ -227,7 +226,6 @@ Feature: Prompt for MFA credentials And I click the Request Assistance link And I click the Send a code link When I submit the correct manager code - # because profile review is required after using a manager code: And I click the remind-me-later button Then I should end up at my intended destination