Skip to content

Commit

Permalink
disable headful
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Nov 15, 2023
1 parent 32f699d commit 13ffcb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions percy/percy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ beforeAll(async () => {

// Web security is disabled to allow requests to the mock OTP server
browser = await puppeteer.launch({
args: ['--disable-web-security'],
headless: false
args: ['--disable-web-security']
// ,headless: false
})
} catch (error) {
console.log(error)
Expand Down

0 comments on commit 13ffcb2

Please sign in to comment.