Skip to content

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

  1. 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.
  2. Open the new project's detail page and switch to the "Details" tab. Expected: the breadcrumb trail ends with " › Details".
  3. Click the "Members" tab. Expected: the breadcrumb trail ends with " › Members".
  4. Click the "Backlog" tab. Expected: the breadcrumb trail ends with " › Backlog".
  5. Click the "Workflows" tab. Expected: the breadcrumb trail ends with " › Workflows".
  6. Click the "Details" tab again. Expected: the breadcrumb trail ends with " › Details".
  • Spec: playwright/tests/integration/project.spec.ts (line 216)