Skip to content

Commit

Permalink
test: remove headless false
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 21, 2023
1 parent 1155d7c commit c149645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/thirdpartypasswordless.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("SuperTokens Third Party Passwordless", 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 c149645

Please sign in to comment.