Skip to content

Commit

Permalink
Fix bug changing viewport
Browse files Browse the repository at this point in the history
 🐿 v2.10.3
  • Loading branch information
adgad committed Oct 2, 2018
1 parent d33d9e5 commit 83d1066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smoke/puppeteer-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PuppeteerPage {
await setSessionCookies(this.page, this.url.toString(), tokens);
}

this.page.setViewport(this.dimensions);
await this.page.setViewport(this.dimensions);


if(this.check.cssCoverage) {
Expand Down

0 comments on commit 83d1066

Please sign in to comment.