Skip to content

Commit 048907c

Browse files
fixes cucumber specs
1 parent 6653ecc commit 048907c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

samples/test/features/mfa-password-and-email-magic-link.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: Multi-Factor Authentication with Password and Email Magic Link
1616
And she has inserted her password
1717
And her password is correct
1818
When she submits the form
19-
Then she is redirected to the "Verify Email" page # fails here
19+
Then she is redirected to the "Verify Email" page
2020
When she selects "Email" from the list of methods
2121
And she submits the form
2222
And she clicks the Email magic link

samples/test/features/mfa-password-and-email.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Feature: Multi-Factor Authentication with Password and Email
1414
When she fills in her username
1515
And she fills in her correct password
1616
And she submits the form
17-
# fails here
1817
Then she is redirected to the "Verify Email" page
1918
When she selects "Email" from the list of methods
2019
And she submits the form
@@ -31,7 +30,6 @@ Feature: Multi-Factor Authentication with Password and Email
3130
And she has inserted her password
3231
And her password is correct
3332
When she submits the form
34-
# fails here
3533
Then she is redirected to the "Verify Email" page
3634
When she selects "Email" from the list of methods
3735
And she submits the form

0 commit comments

Comments
 (0)