From 065ee0be5001a14b36c4e7d59623be830be2a321 Mon Sep 17 00:00:00 2001 From: lucia-sonia Date: Tue, 30 Apr 2024 18:12:37 +0200 Subject: [PATCH] cambiado en el custom el user --- webapp/e2e/steps/customCategoryMode-form.steps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/e2e/steps/customCategoryMode-form.steps.js b/webapp/e2e/steps/customCategoryMode-form.steps.js index f11cd29..821d8da 100644 --- a/webapp/e2e/steps/customCategoryMode-form.steps.js +++ b/webapp/e2e/steps/customCategoryMode-form.steps.js @@ -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?" });