Skip to content

Commit

Permalink
Set correct flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 14, 2023
1 parent f0a98a6 commit b43bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/thirdpartyemailpassword.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("SuperTokens Third Party Email Password", function () {

browser = await puppeteer.launch({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: false,
headless: true,
});
page = await browser.newPage();
page.on("console", (consoleObj) => {
Expand Down

0 comments on commit b43bf9b

Please sign in to comment.