-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT Remove webauthn module from behat tests
- Loading branch information
1 parent
49b480d
commit f7da6b1
Showing
2 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,12 +61,9 @@ Feature: Use MFA TOTP | |
And I log in with "[email protected]" and "Secret!123" without skipping MFA | ||
Then I should not see "Add extra security to your account" | ||
|
||
Scenario: User can select a verification method, handles incorrect TOTP codes | ||
Scenario: Handles incorrect TOTP codes | ||
When I log in with "[email protected]" and "Secret!123" without skipping MFA | ||
And I press the "Get started" button | ||
And I should see "Select a verification method" | ||
When I click on the "img[alt='Authenticator app']" element | ||
And I press the "Next" button | ||
# QR code screen | ||
And I press the "Next" button | ||
# Enter invalid code | ||
|
@@ -87,13 +84,6 @@ Feature: Use MFA TOTP | |
Then I should see "Authenticator app: Registered" | ||
And I should see "Recovery codes" | ||
|
||
# Add another MFA method | ||
When I press the "Add another MFA method" button | ||
And I wait for 3 seconds | ||
Then I should see "Select a verification method" | ||
# close the modal | ||
When I press the "Back" button | ||
|
||
# Reset method - will show a QR code - should still manually test | ||
When I press the TOTP authenticator app "Reset" button with javascript | ||
And I wait for 3 seconds | ||
|