We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138e45 commit d6cf1cdCopy full SHA for d6cf1cd
tests/cypress/integration/5-AI-SiteGen-onboarding-flow/1-fork.cy.js
@@ -73,7 +73,8 @@ describe( 'SiteGen Fork Step', function () {
73
} );
74
75
// Test selecting different container options
76
- it( 'Check for selection of different container options', () => {
+ // Skip the test for DIY Flow
77
+ it.skip( 'Check for selection of different container options', () => {
78
const className = '.nfd-onboarding-sitegen-options__option';
79
80
cy.get( className ).each( ( $element ) => {
0 commit comments