Skip to content

Commit

Permalink
Add longer wait for experiment to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Apr 8, 2024
1 parent 84f4997 commit b91ae2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe( 'SiteGen Fork Step', function () {
cy.wait( 10000 );
cy.visit( 'wp-admin/?page=nfd-onboarding#/wp-setup/step/fork' );
cy.timeout( 60000 );
cy.wait( 10000 );
cy.wait( 25000 );
} );

it( 'Check for the header admin bar', () => {
Expand Down

0 comments on commit b91ae2e

Please sign in to comment.