Skip to content

Commit

Permalink
Added slowmo to a e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-Guerra committed Apr 25, 2024
1 parent eb9fc8e commit dc053cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/normal-game.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defineFeature(feature, test => {

beforeAll(async () => {
browser = process.env.GITHUB_ACTIONS
? await puppeteer.launch()
? await puppeteer.launch({slowmo: 50})
: await puppeteer.launch({ headless: false, slowMo: 40 });
page = await browser.newPage();
//Way of setting up the timeout
Expand Down

0 comments on commit dc053cc

Please sign in to comment.