Skip to content

Commit

Permalink
Update search.spec.ts for lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Sep 18, 2024
1 parent f403c25 commit 01bf11a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/tests/e2e/search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ interface PageProps {

test.describe("Search page tests", () => {
test.beforeEach(async ({ page }: PageProps) => {

// Navigate to the search page with the feature flag set
await page.goto("/search?_ff=showSearchV0:true");
});

test("should refresh and retain filters in a new tab", async ({
page,
}: PageProps) => {

// Set all inputs, then refresh the page. Those same inputs should be
// set from query params.
const searchTerm = "education";
Expand Down

0 comments on commit 01bf11a

Please sign in to comment.