mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-15 01:52:39 +00:00
fix: harden review findings and Netlify install
This commit is contained in:
@@ -104,7 +104,7 @@ When('I request a password reset', async ({ page, state }) => {
|
||||
});
|
||||
|
||||
When('I visit the password recovery page directly', async ({ page }) => {
|
||||
await page.goto('/reset-password');
|
||||
await page.goto('/reset-password?code=arbitrary-code');
|
||||
});
|
||||
|
||||
When('I enter two different replacement passwords', async ({ page, state }) => {
|
||||
|
||||
Reference in New Issue
Block a user