test: cover basic collaborative (#4127)

This commit is contained in:
Alex Yang
2023-09-02 01:06:47 -05:00
committed by GitHub
parent 4f97ea8a5d
commit be9ae57a8e
4 changed files with 149 additions and 50 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ test.beforeEach(async () => {
});
test.beforeEach(async ({ page, context }) => {
await loginUser(page, user, {
await loginUser(page, user.email, {
beforeLogin: async () => {
expect(await getLoginCookie(context)).toBeUndefined();
},