From ce79b3ea860dd6268c25e2aedd18c14d967c4b77 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Mon, 8 Apr 2024 16:26:24 +0530 Subject: [PATCH] Update 1-fork.cy.js --- .../integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js b/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js index 97a2e3f65..b66cf91d5 100644 --- a/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js +++ b/tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js @@ -43,7 +43,7 @@ describe( 'SiteGen Fork Step', function () { .should('have.length', 3); } ); - it( 'Check for selection of different container options', () => { + it.skip( 'Check for selection of different container options', () => { let options = 0; const className = '.nfd-onboarding-sitegen-options__container__options'; const arr = cy.get( className );