Skip to content

Commit 790c0cf

Browse files
authored
Merge pull request #6 from kinde-oss/modify/test
Add timeout
2 parents c07baf2 + ea07235 commit 790c0cf

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)