Skip to content

Commit

Permalink
Merge pull request #87 from Arquisoft/develop
Browse files Browse the repository at this point in the history
Arreglar test register-form.steps
  • Loading branch information
baraganio authored Mar 27, 2024
2 parents bbf5133 + e8dda1b commit 08129a1
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 @@ -31,7 +31,7 @@ defineFeature(feature, test => {
given('An unregistered user', async () => {
username = "pablo"
password = "pabloasw"
await expect(page).toClick("button", { text: "Don't have an account? Register here." });
await expect(page).toClick("button", { text: "¿No tienes una cuenta? Regístrate aquí." });
});

when('I fill the data in the form and press submit', async () => {
Expand Down

0 comments on commit 08129a1

Please sign in to comment.