Skip to content

Commit

Permalink
Increase timeout on preview step
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Apr 29, 2024
1 parent d40b187 commit 07edb27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ describe( 'SiteGen Site Editor Step', function () {
cy.visit(
'wp-admin/index.php?page=nfd-onboarding#/sitegen/step/preview'
);
cy.wait( 15000 );
cy.wait( 10000 );
} );

it( 'Select any theme and go forward to the next step', () => {
cy.get(
'.live-preview-sitegen--selectable-card__live-preview-container__overlay',
{ timeout: 10000 }
{ timeout: 60000 }
)
.eq( 0 )
.click();
Expand Down

0 comments on commit 07edb27

Please sign in to comment.