142 — Edit existing opening and verify grid reflects changes¶
Description¶
Creates an opening, opens the edit modal, changes type/width/height/note, saves, and verifies the project grid row reflects the updated values. Reopens the modal to confirm persistence.
Preconditions¶
- Clean database
- User logged in with ADMIN role
Steps¶
- Create project, create opening D001 with initial values — Expected: Grid shows original values
- Open edit modal, change type, clearWidth, clearHeight, note — Expected: Fields editable
- Save — Expected: Modal closes
- Assert grid row shows updated values — Expected: Type, width, height, note changed
- Reopen edit modal, assert values persisted — Expected: Round-trip correct
Related¶
- Spec:
tests/e2e/tests/doors.spec.tsTC-6