Skip to content

Commit

Permalink
headless
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed Jul 23, 2023
1 parent 46493ee commit 11f26bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headlessBrowserTesting/tests/helpers/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CustomPage {

static async build() {
const browser = await puppeteer.launch({
headless: true,
headless: false,
// tinker around settings of vm
args: ["--no-sandbox"],
});
Expand Down

0 comments on commit 11f26bb

Please sign in to comment.