421 — should test breadcrumbs¶
Description¶
Verifies that the breadcrumb trail in the project workspace updates correctly as the user navigates between the Details, Members, Backlog and Workflows tabs of a newly created Agile project.
Preconditions¶
- Signed-in tenant on the Projects page.
Steps¶
- Click "Add project", choose "Agile", 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. Expected: the breadcrumb trail ends with "
› Details". - Click the "Members" tab. Expected: the breadcrumb trail ends with "
› Members". - Click the "Backlog" tab. Expected: the breadcrumb trail ends with "
› Backlog". - Click the "Workflows" tab. Expected: the breadcrumb trail ends with "
› Workflows". - Click the "Details" tab again. Expected: the breadcrumb trail ends with "
› Details".
Related¶
- Spec:
playwright/tests/integration/project.spec.ts(line 216)