Skip to content

Commit

Permalink
Adjust search UI test
Browse files Browse the repository at this point in the history
This PR slightly changes the breadcrumb formatting,
so that needed to get adjusted accordingly in the
respective UI test.
  • Loading branch information
owi92 committed Mar 7, 2024
1 parent 49695ae commit 25e785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test("Search", async ({ page, standardData, activeSearchIndex }) => {
});

await test.step("Should show breadcrumbs", async () => {
await expect(page.getByText("Search results for cat (4 hits)")).toBeVisible();
await expect(page.getByText("Search results for cat (4 hits)")).toBeVisible();
});

for (const videoTitle of ["Video of a Tabby Cat", "Dual Stream Cats"]) {
Expand Down

0 comments on commit 25e785a

Please sign in to comment.