Skip to content

Commit

Permalink
Fixing flaky?
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Apr 12, 2024
1 parent 774f159 commit 6b2c069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/answerQuestion.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({ headless: 'new'})
? await puppeteer.launch({ headless: 'new',slowMo:10})
: await puppeteer.launch({ headless: 'new', slowMo: 10 });
page = await browser.newPage();
setDefaultOptions({ timeout: 120000 })
Expand Down

0 comments on commit 6b2c069

Please sign in to comment.