Skip to content

420 — should create simple project and then edit it

Description

Verifies that an existing Simple project can be edited from its Details tab — both the title and the status — and that the projects list reflects the new values after saving.

Preconditions

  • Signed-in tenant on the Projects page.

Steps

  1. Click "Add project", choose "Simple", set the title to the seeded project name and the prefix to the seeded project code, then click "Create". Expected: a "Created" success toast is shown.
  2. Open the new project's detail page and switch to the "Details" tab.
  3. Change the status from "To Do" to "In Progress" and change the title to "Updated".
  4. Click "Save". Expected: an "Updated" success toast is shown.
  5. Return to the projects list. Expected: the project row now shows the title "Updated" with status "In Progress".
  • Spec: playwright/tests/integration/project.spec.ts (line 193)