File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/cypress/integration/5-AI-SiteGen-onboarding-flow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ describe( 'SiteGen Site Editor Step', function () {
109
109
'.nfd-onboarding-sidebar--sitegen-editor-patterns__header__tab-panel__versions-tab__preview-container'
110
110
)
111
111
. should ( 'be.visible' )
112
- . should ( 'have.length' , 4 ) ; // Regenerating new themes
112
+ . should ( 'have.length' , 3 ) ; // Regenerating new themes
113
113
} ) ;
114
114
115
115
it ( 'Check for favoriting a theme and it appears everywhere' , ( ) => {
@@ -149,7 +149,7 @@ describe( 'SiteGen Site Editor Step', function () {
149
149
'.nfd-onboarding-sidebar--sitegen-editor-patterns__header__tab-panel__versions-tab__preview-container'
150
150
)
151
151
. should ( 'be.visible' )
152
- . should ( 'have.length' , 2 ) ;
152
+ . should ( 'have.length' , 1 ) ;
153
153
cy . get (
154
154
'.components-button.nfd-onboarding-sidebar--sitegen-editor-patterns__header__icon'
155
155
) . should ( 'be.visible' ) ;
You can’t perform that action at this time.
0 commit comments