fix: edit buttons
All checks were successful
Deploy to Staging / Build Images (push) Successful in 2m33s
Deploy to Staging / Deploy to Staging (push) Successful in 36s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 2m33s
Deploy to Staging / Deploy to Staging (push) Successful in 36s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
10
docs/E2E-TESTING.md
Normal file
10
docs/E2E-TESTING.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Test scenarios to verify:
|
||||
|
||||
| Test | Year | VIN | License Plate | Expected |
|
||||
|-------------------------|------|--------------------|---------------|---------------------------|
|
||||
| 1. Edit bug fix | Any | null (existing) | "TEST-123" | Should save without error |
|
||||
| 2. Modern + VIN only | 2020 | Valid 17-char | Empty | Should work |
|
||||
| 3. Modern + plate only | 2020 | Empty | "ABC-123" | Should work |
|
||||
| 4. Modern + neither | 2020 | Empty | Empty | Should fail validation |
|
||||
| 5. Pre-1981 + neither | 1970 | Empty | Empty | Should work |
|
||||
| 6. Pre-1981 + short VIN | 1965 | "ABC123" (6 chars) | Empty | Should work |
|
||||
Reference in New Issue
Block a user