Skip to content

369 — should fill and assert colors

Description

Verifies that the organization's brand colors (primary and secondary) can be set on the Organization Info page and persist after reload. Currently skipped because the brand-colors feature is flagged off.

Preconditions

  • Signed in as an admin of a fresh organization.
  • Settings → Organization Info page is open.

Steps

  1. Dismiss the "Recover change" modal by clicking Cancel if it appears.
  2. Set the Primary brand color to the generated orgData.primaryBrandColor hex value.
  3. Set the Secondary brand color to the generated orgData.secondaryBrandColor hex value.
  4. Click Save. Expected: the "Organization updated" success toast appears.
  5. Reload the page. Expected: the Primary brand color shows the saved hex value.
  6. Expected: the Secondary brand color shows the saved hex value.
  • Spec: playwright/tests/integration/organization.info.spec.ts (line 164)