Skip to content

Commit

Permalink
prueba para ver si asi pasa el login
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Apr 24, 2024
1 parent 6851812 commit 6d2655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/login-form.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({ headless: false, slowMo: 20 });
: await puppeteer.launch({ headless: false, slowMo: 50 });
page = await browser.newPage();
//Way of setting up the timeout
setDefaultOptions({ timeout: 10000 })
Expand Down

0 comments on commit 6d2655a

Please sign in to comment.