test: E2E browser tests for auth form placeholder verification (Task 9)

This commit is contained in:
2026-05-28 00:26:09 +08:00
parent 893f6356c6
commit e1ee2c54f2
4 changed files with 17 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

@@ -0,0 +1,17 @@
# E2E Placeholder Verification — Results
**Date:** 2026-05-27
**Status:** PASS
## Results
| Page | Expected Placeholder | Actual | Screenshot |
|------|---------------------|--------|------------|
| /signup | you@deckyvault.xyz | you@deckyvault.xyz | signup-placeholder.png |
| /login | you@deckyvault.xyz | you@deckyvault.xyz | login-placeholder.png |
| /forgot-password | you@deckyvault.xyz | you@deckyvault.xyz | forgot-password-placeholder.png |
## Screenshots
- [signup-placeholder.png](./signup-placeholder.png)
- [login-placeholder.png](./login-placeholder.png)
- [forgot-password-placeholder.png](./forgot-password-placeholder.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB