Skip to content

Commit

Permalink
tests(devtools): fix viewport in smoke tests (#15454)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Sep 14, 2023
1 parent 29355b4 commit d97fc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/scripts/pptr-run-devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ async function testUrlFromDevtools(url, options = {}) {
executablePath: getChromePath(),
args: chromeFlags,
devtools: true,
defaultViewport: null,
});

try {
Expand Down

0 comments on commit d97fc99

Please sign in to comment.