test: enable password reset page test and add navigation step #30
Reference in New Issue
Block a user
Delete Branch "bugfix/10-password-reset-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #10
Problem
Password reset Cucumber tests were marked @wip, preventing CI from catching regressions on the feature page.
Changes
Given I am on the password reset pagestep definition for navigating to/auth/password-resetCurrent State
The password reset page exists at
/auth/password-resetbut is a stub implementation:Remaining Work for #10
To fully close Issue #10, the following is needed:
/api/auth/password-reset)719b7928e6to2292aa6d7fPR Update - Commits Pushed
This PR received additional commits:
feat: implement password reset API endpoint and wire up form
POST /api/auth/password-resetendpointfix: improve link click handling to wait for networkidle
I click the {string} linkstep to wait for networkidleTest Status:
Superseded - changes were merged directly to main. Closing.
Pull request closed