Skip to content

Commit cc9120e

Browse files
committed
fix test
1 parent a74fe2f commit cc9120e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/playwright/team/expects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export async function expectExistingUserToBeInvitedToOrganization(
3636
userEmail: string,
3737
subject?: string | null
3838
) {
39-
return expectInvitationEmailToBeReceived(page, emails, userEmail, subject, "settings/team");
39+
return expectInvitationEmailToBeReceived(page, emails, userEmail, subject, "teams?token");
4040
}

0 commit comments

Comments
 (0)