Skip to content

Commit

Permalink
hoyfix :(
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 29, 2024
1 parent ce5be00 commit ae18c50
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 @@ -47,7 +47,7 @@ defineFeature(feature, test => {
});

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

Expand Down

0 comments on commit ae18c50

Please sign in to comment.