Skip to content

Commit

Permalink
Merge pull request #104 from Arquisoft/LaraFMz
Browse files Browse the repository at this point in the history
Lara f mz
  • Loading branch information
uo289432 authored Apr 18, 2024
2 parents 316c402 + 7dcd537 commit 50b9657
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/home.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defineFeature(feature, test => {
let password;

given('A user that is logged in the application', async () => {
username = "pablo"
username = "pablo@gmail.com"
password = "pabloasw"
await expect(page).toClick("button", { text: "INICIA SESIÓN" });
});
Expand Down
2 changes: 1 addition & 1 deletion webapp/e2e/steps/login.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defineFeature(feature, test => {
let password;

given('A user that is logged in the application', async () => {
username = "pablo"
username = "pablo@gmail.com"
password = "pabloasw"
await expect(page).toClick("button", { text: "INICIA SESIÓN" });
});
Expand Down
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 @@ -29,7 +29,7 @@ defineFeature(feature, test => {
let password;

given('An unregistered user', async () => {
username = "pablo"
username = "pablo@gmail.com"
password = "pabloasw"
await expect(page).toClick("button", { text: "REGÍSTRATE" });
});
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"build": "react-scripts build",
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
Expand Down

0 comments on commit 50b9657

Please sign in to comment.