551 — should hide client field after turning off client tracking¶
Description¶
Verifies that turning Track client OFF in Time tracking → General hides the Client field from the new-time-record form going forward.
Preconditions¶
- Signed in to a seeded test organization.
- Time tracking settings open on the General tab.
- Three sample time records seeded.
Steps¶
- Click Create time record from the footer. Expected: the Client field is visible.
- Close the modal with Escape.
- Toggle Track client OFF and click Save. Expected: "Updated" popup appears.
- Click Create time record again. Expected: the Client field is no longer rendered in the form.
Related¶
- Spec:
playwright/tests/integration/timerecord.spec.ts(line 1183)