We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74fe2f commit cc9120eCopy full SHA for cc9120e
1 file changed
apps/web/playwright/team/expects.ts
@@ -36,5 +36,5 @@ export async function expectExistingUserToBeInvitedToOrganization(
36
userEmail: string,
37
subject?: string | null
38
) {
39
- return expectInvitationEmailToBeReceived(page, emails, userEmail, subject, "settings/team");
+ return expectInvitationEmailToBeReceived(page, emails, userEmail, subject, "teams?token");
40
}
0 commit comments