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¶
- 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.
- Open the new project's detail page and switch to the "Details" tab.
- Change the status from "To Do" to "In Progress" and change the title to "Updated".
- Click "Save". Expected: an "Updated" success toast is shown.
- Return to the projects list. Expected: the project row now shows the title "Updated" with status "In Progress".
Related¶
- Spec:
playwright/tests/integration/project.spec.ts(line 193)