We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce786 commit e83f663Copy full SHA for e83f663
tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js
@@ -34,6 +34,7 @@ describe( 'SiteGen Fork Step', function () {
34
35
// Visit the fork step of the onboarding page
36
cy.visit( 'wp-admin/?page=nfd-onboarding#/wp-setup/step/fork' );
37
+ cy.wait( 30000 );
38
} );
39
40
// Test the visibility of the header admin bar
0 commit comments