Skip to content

Commit

Permalink
✨ Cambios finales - arreglado problemas de e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 7, 2024
1 parent 1c3a95a commit 13b6cf6
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 @@ -41,7 +41,7 @@ defineFeature(feature, test => {
});

then('A confirmation message should be shown in the screen', async () => {
expect(page).toMatchElement("div", { text: "Usuario añadido correctamente" });
await expect(page).toMatchElement("div", { text: "Usuario añadido correctamente" });
});
})

Expand Down

0 comments on commit 13b6cf6

Please sign in to comment.