Skip to content

Commit d6cf1cd

Browse files
committed
Update 1-fork.cy.js
1 parent d138e45 commit d6cf1cd

File tree

1 file changed

+2
-1
lines changed
  • tests/cypress/integration/5-AI-SiteGen-onboarding-flow

1 file changed

+2
-1
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ describe( 'SiteGen Fork Step', function () {
7373
} );
7474

7575
// Test selecting different container options
76-
it( 'Check for selection of different container options', () => {
76+
// Skip the test for DIY Flow
77+
it.skip( 'Check for selection of different container options', () => {
7778
const className = '.nfd-onboarding-sitegen-options__option';
7879

7980
cy.get( className ).each( ( $element ) => {

0 commit comments

Comments
 (0)