Skip to content

Commit 0368bf2

Browse files
committed
Tests
1 parent 9d72621 commit 0368bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/6-preview.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe( 'SiteGen Site Preview Step', function () {
3030
cy.intercept( apiList.homepages, ( req ) => {
3131
homePagesMock( req );
3232
} ).as( 'homePageCall' );
33-
cy.wait( 20000 );
33+
cy.wait( 25000 );
3434
} );
3535

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

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
@@ -22,7 +22,7 @@ describe( 'SiteGen Site Editor Step', function () {
2222
flowMock( req );
2323
} ).as( 'flowCall' );
2424

25-
cy.wait( 10000 );
25+
cy.wait( 30000 );
2626
} );
2727

2828
it( 'Select any theme and go forward to the next step', () => {

0 commit comments

Comments
 (0)