mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: style updates
This commit is contained in:
@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user