Skip to content

Commit

Permalink
Set viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 08a7b7c commit ad9a3ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wallets/metamask/test/e2e/metamask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ const test = base.extend({

const context = await chromium.launchPersistentContext('', {
headless: false,
args: browserArgs
args: browserArgs,
viewport: {
width: 1920,
height: 1080
}
})

try {
Expand Down

0 comments on commit ad9a3ea

Please sign in to comment.