diff --git a/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js b/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js index 8066822c5..2cbad8dd1 100644 --- a/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js +++ b/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js @@ -106,7 +106,7 @@ describe( 'Get Started Site Type Secondary', function () { cy.get( '.navigation-buttons_back' ).click(); } ); - it( 'Go to the previous step on clicking navigation Back', () => { + it.skip( 'Go to the previous step on clicking navigation Back', () => { cy.get( '.navigation-buttons_back' ).click(); cy.url().should( 'not.include', @@ -115,7 +115,7 @@ describe( 'Get Started Site Type Secondary', function () { cy.get( '.navigation-buttons_next' ).click(); } ); - it( 'Go to next step on Continue Setup', () => { + it.skip( 'Go to next step on Continue Setup', () => { cy.get( '.nfd-nav-card-button' ).click(); cy.url().should( 'not.include', diff --git a/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js b/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js index e1a9fa14d..06dc5b45f 100644 --- a/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js +++ b/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js @@ -106,7 +106,7 @@ describe( 'Get Started Site Type Secondary', function () { cy.get( '.navigation-buttons_back' ).click(); } ); - it( 'Go to the previous step on clicking navigation Back', () => { + it.skip( 'Go to the previous step on clicking navigation Back', () => { cy.get( '.navigation-buttons_back' ).click(); cy.url().should( 'not.include', @@ -115,7 +115,7 @@ describe( 'Get Started Site Type Secondary', function () { cy.get( '.navigation-buttons_next' ).click(); } ); - it( 'Go to next step on Continue Setup', () => { + it.skip( 'Go to next step on Continue Setup', () => { cy.get( '.nfd-nav-card-button' ).click(); cy.url().should( 'not.include',