Skip to content

Commit

Permalink
cambiado en el custom el user
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Apr 30, 2024
1 parent 956ade2 commit 065ee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/e2e/steps/customCategoryMode-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ defineFeature(feature, test => {
let passwordConfirmation;

given('An unregistered user', async () => {
email = "userTestDailyQuestionGame@email.com"
username = "userTestDailyQuestionGame"
email = "userTestCustomCategoryGame@email.com"
username = "userTestCustomCategoryGame"
password = "Contraseña_1?"
passwordConfirmation = "Contraseña_1?"
});
Expand Down

0 comments on commit 065ee0b

Please sign in to comment.