Skip to content

Commit

Permalink
fixing text
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Oct 24, 2024
1 parent 61f602a commit 4a23590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/integration/landing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test("View landing page with search", async ({ page }) => {
await page.goto(`${HOME_PATH}`);

const searchBar = page.getByTestId(SEARCH_BAR_TEST_ID);
expect(searchBar).toBeInViewport();
await expect(searchBar).toBeVisible();
});

test("Shows error page for invalid collection", async ({ page }) => {
Expand Down

0 comments on commit 4a23590

Please sign in to comment.