Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 28, 2023
1 parent 1efe19d commit df0b7c3
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -21,10 +21,10 @@ for (const mediaType of supportedMediaTypes) {
breakpoints.describeEvery(
{ maxDiffPixelRatio: 0.02 },
({ breakpoint, expectSnapshot }) => {
test.beforeEach(async ({ page }) => {
await closeFiltersUsingCookies(page)
await dismissBannersUsingCookies(page)
await setBreakpointCookie(page, breakpoint)
test.beforeEach(async ({ page }) => {
await closeFiltersUsingCookies(page)
await dismissBannersUsingCookies(page)
await setBreakpointCookie(page, breakpoint)

await goToSearchTerm(page, "birds", { dir })
})
Expand Down

0 comments on commit df0b7c3

Please sign in to comment.