280 — should check required fields¶
Description¶
Verifies that the add-rate form blocks submission when nothing is entered and surfaces a validation error against the required Rate amount field.
Preconditions¶
- Signed-in tenant owner with a fresh organization.
- The Hourly Rates page is open.
Steps¶
- Click Add rate. Expected: the add-rate dialog opens with empty fields.
- Click Save without filling anything in. Expected: the form does not save and shows a required-field validation error highlighting the Rate amount field.
Related¶
- Spec:
playwright/tests/integration/hourlyRate.spec.ts(line 119)
Related¶
- Spec:
playwright/tests/integration/hourlyRate.spec.ts(line 119)