Skip to content

Commit 8b0f242

Browse files
committed
try to increase timeout
1 parent 2fbe5b8 commit 8b0f242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/sequential/onboarding.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function onboardingTests( testContext = test ) {
5252
// Verify onboarding completion by checking for expected elements
5353
await expect(
5454
page.locator( '.prpl-widget-wrapper.prpl-suggested-tasks' )
55-
).toBeVisible( { timeout: 5000 } );
55+
).toBeVisible( { timeout: 15000 } );
5656
await expect(
5757
page.locator(
5858
'.prpl-widget-wrapper.prpl-suggested-tasks .prpl-suggested-tasks-list'

0 commit comments

Comments
 (0)