Skip to content

Commit

Permalink
fix(e2e): Ensure exact match for team slug
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 9, 2024
1 parent aad9a43 commit ba8de4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/ui-driven/src/refresh-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ test.describe("Refresh page", () => {

const teamSlugInHeader = page.getByRole("link", {
name: context.team.slug,
exact: true,
});
await expect(teamSlugInHeader).toBeVisible();

Expand Down

0 comments on commit ba8de4f

Please sign in to comment.