Neues Login Design und Dashboard
This commit is contained in:
@@ -223,7 +223,7 @@ describe("Verbrauchsausweis erstellen Schritt 1", () => {
|
||||
cy.get("button[name='registrieren']").click();
|
||||
|
||||
const email = faker.internet.email();
|
||||
const passwort = faker.internet.password();
|
||||
const passwort = "test1234";
|
||||
const vorname = faker.person.firstName();
|
||||
const nachname = faker.person.lastName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user