2.18.0: New Invitation flow, refactored Database Webhooks, new ShadCN UI Components (#384)
* Streamlined invitations flow * Removed web hooks in favor of handling logic directly in server actions * Added new Shadcn UI Components
This commit is contained in:
committed by
GitHub
parent
195cf41680
commit
2e20d3e76f
@@ -29,9 +29,7 @@ test.describe('Password Reset Flow', () => {
|
||||
subject: 'Reset your password',
|
||||
});
|
||||
|
||||
await page.waitForURL('/update-password', {
|
||||
timeout: 1000,
|
||||
});
|
||||
await page.waitForURL('/update-password');
|
||||
|
||||
await auth.updatePassword(newPassword);
|
||||
|
||||
@@ -44,7 +42,7 @@ test.describe('Password Reset Flow', () => {
|
||||
await page.waitForURL('/home');
|
||||
}).toPass();
|
||||
|
||||
await auth.signOut();
|
||||
await page.context().clearCookies();
|
||||
|
||||
await page.waitForURL('/');
|
||||
await page.goto('/auth/sign-in');
|
||||
|
||||
Reference in New Issue
Block a user