Merge branch 'feat/signup-refactor' of github.com:calcom/cal.com into feat/signup-refactor

pull/11421/merge^2
Alan 2023-09-21 22:06:49 -07:00
commit aebdf20f36
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 }) => { test.afterAll(async ({ users }) => {
await users.deleteAll(); 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 deleted by the above fixture
* (As they are not created by the fixture) * (As they are not created by the fixture)
*/ */