Skip to content

Commit 139cd55

Browse files
committed
Update 7-editor.cy.js
1 parent b1e1342 commit 139cd55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,6 @@ describe( 'SiteGen Site Editor Step', function () {
288288
'.nfd-onboarding-header--sitegen__editor__end__save-button__text',
289289
{ timeout: 60000 }
290290
).click({force: true});
291+
cy.get( `.${ getAppId() }-app-container`, { timeout: 90000 } );
291292
} );
292293
} );

0 commit comments

Comments
 (0)