Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Feb 29, 2024
1 parent c7663dd commit 5023d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-tests/src/playwright/learn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function runScreenshotTests(dark: boolean) {
viewport: {width: 1920, height: 1080},
});
// stop animations for fewer flakes
page.emulateMedia({'reducedMotion': 'reduce'});
page.emulateMedia({reducedMotion: 'reduce'});

await preventGDPRBanner(page);
await page.goto('/learn/');
Expand Down

0 comments on commit 5023d0e

Please sign in to comment.