Skip to content

Commit ea07235

Browse files
committed
Add timeout
1 parent ed67cb0 commit ea07235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test('Authentication Login', async ({page}) => {
2424
})
2525
.click();
2626

27+
await page.waitForTimeout(3000);
2728
await expect(async () => {
2829
expect(page.url()).toContain(LOGIN_REDIRECT_URL);
2930
}).toPass();

0 commit comments

Comments
 (0)