Update apps/web/playwright/signup.e2e.ts

pull/11421/merge^2
alannnc 2023-09-21 21:25:35 -07:00 committed by GitHub
parent 885ea4b025
commit 7509a36abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ test.describe("Signup Flow Test", async () => {
test.afterAll(async ({ users }) => {
await users.deleteAll();
/**
* Delete specicially created users for this test
* Delete specifically created users for this test
* as they are not deleted by the above fixture
* (As they are not created by the fixture)
*/