fix: style updates

This commit is contained in:
Lucas Smith
2023-10-14 00:20:11 +11:00
committed by Mythie
parent 9fa7505061
commit 5a79535080
4 changed files with 15 additions and 11 deletions

View File

@ -48,7 +48,7 @@ test('user can login with user and password', async ({ page }: { page: Page }) =
test.afterAll('Teardown', async () => {
try {
await deleteUser(email);
await deleteUser({ email });
} catch (e) {
throw new Error(`Error deleting user: ${e}`);
}