Skip to content

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

  1. Click Add rate. Expected: the add-rate dialog opens with empty fields.
  2. Click Save without filling anything in. Expected: the form does not save and shows a required-field validation error highlighting the Rate amount field.
  • Spec: playwright/tests/integration/hourlyRate.spec.ts (line 119)
  • Spec: playwright/tests/integration/hourlyRate.spec.ts (line 119)