Skip to content

Commit ca6b540

Browse files
committed
Update 7-editor.cy.js
1 parent 40edf94 commit ca6b540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/7-editor.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ describe( 'SiteGen Site Editor Step', function () {
286286
it( 'Check Save & Continue button functionality', () => {
287287
cy.get(
288288
'.nfd-onboarding-header--sitegen__editor__end__save-button__text',
289-
{ timeout: 1000000 }
290-
).click();
289+
{ timeout: 60000 }
290+
).click({force: true});
291291
cy.get( `.${ getAppId() }-app-container`, { timeout: 90000 } );
292292
} );
293293
} );

0 commit comments

Comments
 (0)