chore: add data-testid's and some additional testing

This commit is contained in:
Stefan Benz
2024-10-30 18:50:32 +01:00
parent 9af39ac1bc
commit 9c041cc46f
22 changed files with 227 additions and 113 deletions

View File

@@ -15,7 +15,7 @@ const test = base.extend<{ user: PasswordUser }>({
password: "Password1!",
organization: "",
});
await user.ensure();
await user.ensure(page);
await use(user);
},
});