chore: cleanup and some fixes

This commit is contained in:
Stefan Benz
2024-11-28 14:38:13 +01:00
parent f0d9d3b429
commit 5d6b6b5388
11 changed files with 39 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ const test = base.extend<{ user: PasswordUser }>({
});
await user.ensure(page);
await use(user);
await user.cleanup();
},
});