Skip to content

Commit

Permalink
Fix Safari Script Test Count
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jan 3, 2020
1 parent 8ebc546 commit 35d27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ describe('Production Usage', () => {
if (browserName === 'safari') {
const elements = await browser.elementsByCss('link[rel=preload]')
// 4 page preloads and 5 existing preloads for _app, commons, main, etc
expect(elements.length).toBe(9)
expect(elements.length).toBe(13)
} else {
const elements = await browser.elementsByCss('link[rel=prefetch]')
expect(elements.length).toBe(4)
Expand Down

0 comments on commit 35d27ec

Please sign in to comment.