committed by
GitHub
parent
aba9076805
commit
c9f0ec5d89
@@ -30,8 +30,6 @@ test.describe('Auth flow', () => {
|
||||
await auth.visitConfirmEmailLink(email);
|
||||
|
||||
await page.waitForURL('**/home');
|
||||
|
||||
expect(page.url()).toContain('http://localhost:3000/home');
|
||||
});
|
||||
|
||||
test('will sign-in with the correct credentials', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user