Skip to content

Commit

Permalink
change configuration e2e for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed May 7, 2024
1 parent b097ad0 commit 92581f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/register-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defineFeature(feature, test => {

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

0 comments on commit 92581f0

Please sign in to comment.