Skip to content

Commit 6004ebb

Browse files
committed
test(webkit): rename modernizr expectations to safari-26
Reflect the Safari version the snapshots were captured from.
1 parent e77352a commit 6004ebb

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tests/library/modernizr.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ it('Safari Desktop', async ({ browser, browserName, platform, httpsServer, chann
4040
deviceScaleFactor: 2,
4141
ignoreHTTPSErrors: true,
4242
});
43-
const { actual, expected } = await checkFeatures('safari-18', context, httpsServer);
43+
const { actual, expected } = await checkFeatures('safari-26', context, httpsServer);
4444

4545
// Shipping Safari exposes `font-display` as a settable CSS property (element.style.fontDisplay === ''),
4646
// but open-source WebKit keeps it a @font-face descriptor only, so it is undefined here. No runtime
@@ -97,7 +97,7 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, httpsSe
9797
...iPhone,
9898
ignoreHTTPSErrors: true,
9999
});
100-
const { actual, expected } = await checkFeatures('mobile-safari-18', context, httpsServer);
100+
const { actual, expected } = await checkFeatures('mobile-safari-26', context, httpsServer);
101101

102102
{
103103
// All platforms.

0 commit comments

Comments
 (0)