Skip to content

Commit

Permalink
change puppeteer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed May 6, 2024
1 parent c02000e commit 5db427b
Show file tree
Hide file tree
Showing 4 changed files with 8,329 additions and 5,443 deletions.
2 changes: 2 additions & 0 deletions webapp/e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module.exports = {
testMatch: ["**/steps/*.js"],
testTimeout: 30000,
setupFilesAfterEnv: ["expect-puppeteer"],
verbose: true,
testURL: "http://localhost/",
}
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 @@ -31,7 +31,7 @@ defineFeature(feature, test => {
given('An unregistered user', async () => {
username = "conoceryvenceruser"
password = "conoceryvencerpass"
await page.waitFor('button')
await page.waitForSelector('button')
await page.click("button", {id: "registerButton"});
});

Expand Down
Loading

0 comments on commit 5db427b

Please sign in to comment.