Skip to content

Commit

Permalink
MNT Update behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 25, 2025
1 parent d00c3bf commit 7352fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/behat/features/mfa-totp.feature
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: Use MFA TOTP
And I click the "Access" CMS tab
And I select the "MFA is required for everyone" radio button
# Set date in the future
And I fill in "Form_EditForm_MFAGracePeriodExpires" with "2030-01-01"
And I fill in "Form_EditForm_MFAGracePeriodExpires" with "01-01-2030"
And I press the "Save" button
When I go to "/Security/login"
And I press the "Log in as someone else" button
Expand All @@ -44,7 +44,7 @@ Feature: Use MFA TOTP
And I click the "Access" CMS tab
And I select the "MFA is required for everyone" radio button
# Set date in the past
And I fill in "Form_EditForm_MFAGracePeriodExpires" with "2020-01-01"
And I fill in "Form_EditForm_MFAGracePeriodExpires" with "01-01-2020"
And I press the "Save" button
When I go to "/Security/login"
And I press the "Log in as someone else" button
Expand Down

0 comments on commit 7352fa4

Please sign in to comment.