Skip to content

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

  1. Click Create time record from the footer. Expected: the Client field is visible.
  2. Close the modal with Escape.
  3. Toggle Track client OFF and click Save. Expected: "Updated" popup appears.
  4. Click Create time record again. Expected: the Client field is no longer rendered in the form.
  • Spec: playwright/tests/integration/timerecord.spec.ts (line 1183)