fix: harden review findings and Netlify install

This commit is contained in:
Josh Creek
2026-09-14 12:56:09 +01:00
parent 86f1c21e4d
commit 3ea194f87c
18 changed files with 171 additions and 7759 deletions
+1 -1
View File
@@ -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 }) => {