Skip to content

Commit

Permalink
Revert browser headless configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Apr 5, 2024
1 parent 3bfddde commit b8901a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extension/test/e2e/e2e-test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ async function executeInAdyenIframe(page, selector, executeFn) {

async function initPuppeteerBrowser() {
return puppeteer.launch({
// headless: 'new',
headless: false,
headless: 'new',
ignoreHTTPSErrors: true,
args: [
'--disable-web-security',
Expand Down

0 comments on commit b8901a7

Please sign in to comment.