Skip to content

Commit

Permalink
New try
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 13, 2024
1 parent 278116f commit d0f8d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/home.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defineFeature(feature, test => {

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

0 comments on commit d0f8d61

Please sign in to comment.