Skip to content

Commit

Permalink
Cambio nombre de archivos e2e y cambio contraseña
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276026 committed Apr 24, 2024
1 parent 1693eb4 commit a758a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defineFeature(feature, test => {

given('An unregistered user', async () => {
username = "[email protected]"
password = "pabloasw"
password = "pabloasw1"
await expect(page).toClick("button", { text: "REGÍSTRATE" });
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defineFeature(feature, test => {

given('A user that is logged in the application', async () => {
username = "[email protected]"
password = "pabloasw"
password = "pabloasw1"
await expect(page).toClick("button", { text: "INICIA SESIÓN" });
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defineFeature(feature, test => {

given('A user that is logged in the application', async () => {
username = "[email protected]"
password = "pabloasw"
password = "pabloasw1"
await expect(page).toClick("button", { text: "INICIA SESIÓN" });
});

Expand Down

0 comments on commit a758a13

Please sign in to comment.