mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:44:36 +00:00
chore: add data-testid's and some additional testing
This commit is contained in:
@@ -15,7 +15,7 @@ const test = base.extend<{ user: PasswordUser }>({
|
||||
password: "Password1!",
|
||||
organization: "",
|
||||
});
|
||||
await user.ensure();
|
||||
await user.ensure(page);
|
||||
await use(user);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user