Neues Login Design und Dashboard

This commit is contained in:
Moritz Utcke
2024-01-19 11:36:46 +07:00
parent fa9cfe3545
commit 933ef6d876
41 changed files with 1769 additions and 686 deletions

View File

@@ -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();