Skip to content

Commit

Permalink
Fix smoke tests for newly linked breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Aug 25, 2022
1 parent 2922366 commit 0d978e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/breadcrumbs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe("Gateway", () => {
"Kong Gateway"
);
await expect(page.locator(".breadcrumb-item:nth-of-type(3)")).toHaveText(
"Plugin development"
/\s*Plugin Development\s*/m
);
});

Expand All @@ -23,7 +23,7 @@ test.describe("Gateway", () => {
"Kong Gateway (OSS)"
);
await expect(page.locator(".breadcrumb-item:nth-of-type(3)")).toHaveText(
"Plugin development"
/\s*Plugin Development\s*/m
);
});

Expand Down

0 comments on commit 0d978e3

Please sign in to comment.