Skip to content

Commit 464d377

Browse files
committed
test(WPB-19939): increase timeout on assertion right after login
1 parent babf998 commit 464d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_tests/specs/Authentication/authentication.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test.describe('Authentication', () => {
5555
await pageManager.openLoginPage();
5656
await pages.login().login(user);
5757

58-
await expect(modals.dataShareConsent().modalTitle).toBeVisible();
58+
await expect(modals.dataShareConsent().modalTitle).toBeVisible({timeout: 30_000});
5959
},
6060
);
6161

0 commit comments

Comments
 (0)