Skip to content

Commit

Permalink
fix: account settings - change password e2e test (#4707)
Browse files Browse the repository at this point in the history
* chore: add fixture for change password e2e test

* run e2e tests
  • Loading branch information
reesscot authored Nov 14, 2023
1 parent 31021d1 commit 164ad9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Feature: Change Password

@react
Scenario: Change password of an authenticated user
Given I intercept '{ "headers": { "X-Amz-Target": "AWSCognitoIdentityProviderService.ChangePassword" } }' with fixture 'AWSCognitoIdentityProviderService.ChangePassword.success'
When I type my "email" with status "CONFIRMED"
Then I type my password
Then I click the "Sign in" button
Expand Down

0 comments on commit 164ad9d

Please sign in to comment.