Skip to content

Commit c2be4f5

Browse files
authored
Merge pull request #656 from newfold-labs/fix/cypress-failing-tests
Cypress Failing Tests
2 parents e921bae + 9a0fc40 commit c2be4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ 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: 20000 }
289+
{ timeout: 60000 }
290290
).click();
291291
cy.get( `.${ getAppId() }-app-container`, { timeout: 90000 } );
292292
} );

0 commit comments

Comments
 (0)