Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 14, 2024
1 parent 56b1133 commit ac2bf35
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/tests/e2e/search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ test.describe("Search page tests", () => {
page,
browserName,
}) => {

// TODO (Issue #2005): fix test for webkit
test.skip(
browserName === "webkit",
Expand All @@ -75,12 +74,11 @@ test.describe("Search page tests", () => {
});

test("should show and hide loading state", async ({ page, browserName }) => {

// TODO (Issue #2005): fix test for webkit
test.skip(
browserName === "webkit",
"Skipping test for WebKit due to a query param issue.",
);
browserName === "webkit",
"Skipping test for WebKit due to a query param issue.",
);
const searchTerm = "advanced";
await fillSearchInputAndSubmit(searchTerm, page);

Expand Down

0 comments on commit ac2bf35

Please sign in to comment.