Skip to content

Commit 2fbe5b8

Browse files
committed
we dont have content scanning anymore
1 parent 1ed80be commit 2fbe5b8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/e2e/sequential/onboarding.spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ function onboardingTests( testContext = test ) {
4949
)
5050
.click();
5151

52-
// Wait until the scan completes and page navigates.
53-
await page.waitForURL( /content-scan-finished=true/, {
54-
timeout: 30000,
55-
} );
56-
5752
// Verify onboarding completion by checking for expected elements
5853
await expect(
5954
page.locator( '.prpl-widget-wrapper.prpl-suggested-tasks' )

0 commit comments

Comments
 (0)