Skip to content

Commit a277218

Browse files
Timerijjk
authored andcommitted
Fix Safari Script Test Count (#9932)
1 parent 8ebc546 commit a277218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/production/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ describe('Production Usage', () => {
460460
if (browserName === 'safari') {
461461
const elements = await browser.elementsByCss('link[rel=preload]')
462462
// 4 page preloads and 5 existing preloads for _app, commons, main, etc
463-
expect(elements.length).toBe(9)
463+
expect(elements.length).toBe(13)
464464
} else {
465465
const elements = await browser.elementsByCss('link[rel=prefetch]')
466466
expect(elements.length).toBe(4)

0 commit comments

Comments
 (0)