Skip to content

Commit b16682c

Browse files
committed
frontend tests
1 parent f7bf759 commit b16682c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/e2e/setup/addUsersAndLicense.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ test("setup deployment", async ({ page }) => {
1616
}
1717

1818
// Setup first user
19-
await page.getByLabel(Language.usernameLabel).fill(users.admin.username);
2019
await page.getByLabel(Language.emailLabel).fill(users.admin.email);
2120
await page.getByLabel(Language.passwordLabel).fill(users.admin.password);
2221
await page.getByTestId("create").click();

0 commit comments

Comments
 (0)