Skip to content

Commit

Permalink
dont forget the new for headless
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289267 committed Apr 25, 2024
1 parent baa22ad commit ec4ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/competitiveGame.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineFeature(feature, test => {

beforeAll(async () => {
browser = await puppeteer.launch({
headless: false,
headless: "new",
slowMo: 40,
defaultViewport: { width: 1920, height: 1080 },
args: ['--window-size=1920,1080']
Expand Down

0 comments on commit ec4ddb6

Please sign in to comment.