Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_en3a
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Apr 25, 2024
2 parents d95e0b7 + e3f15c2 commit 8e07661
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 8e07661

Please sign in to comment.