We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197596a commit 1806ffeCopy full SHA for 1806ffe
test/e2e/api/matchMedia/combined-matchMedia.test.js
@@ -6,7 +6,7 @@ test.describe('MatchMedia Query Tests', () => {
6
7
test.beforeAll(async () => {
8
context = await chromium.launchPersistentContext('', {
9
- locale: 'en-US',
+ locale: 'en-US'
10
});
11
page = await context.newPage();
12
await page.goto('combined-matchMedia.html');
0 commit comments