Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 29, 2024
1 parent 60a7573 commit ce5be00
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 @@ -40,7 +40,7 @@ defineFeature(feature, test => {
when('I fill the data in the form and press submit', async () => {
await expect(page).toFill('input[name="username"]', username);
await expect(page).toFill('input[name="password"]', password);
await expect(page).toFill('input[name="passwordConfirm"]', password);
await expect(page).toFill('input[name="confirmPassword"]', password);
await expect(page).toFill('input[name="name"]', name);
await expect(page).toFill('input[name="surname"]', surname);
await expect(page).toClick('button', { text: 'Añadir' })
Expand Down

0 comments on commit ce5be00

Please sign in to comment.