Skip to content

Commit

Permalink
Update test/integration/preload-viewport/test/index.test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
Timer and ijjk committed Jan 7, 2020
1 parent dd0b962 commit 33765b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/preload-viewport/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('Prefetching Links in viewport', () => {

it('should not add an another observer for a prefetched page', async () => {
// info: both `/` and `/de-duped` ref the `/first` page, which we don't
// want to be re-fetched.
// want to be re-fetched/re-observed.
const browser = await webdriver(appPort, '/')
await waitFor(2 * 1000)
await browser.eval(`(function() {
Expand Down

0 comments on commit 33765b6

Please sign in to comment.