Skip to content

Commit 52a302f

Browse files
committed
Update 7-editor.cy.js
1 parent 0368bf2 commit 52a302f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/7-editor.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe( 'SiteGen Site Editor Step', function () {
109109
'.nfd-onboarding-sidebar--sitegen-editor-patterns__header__tab-panel__versions-tab__preview-container'
110110
)
111111
.should( 'be.visible' )
112-
.should( 'have.length', 4 ); // Regenerating new themes
112+
.should( 'have.length', 3 ); // Regenerating new themes
113113
} );
114114

115115
it( 'Check for favoriting a theme and it appears everywhere', () => {
@@ -149,7 +149,7 @@ describe( 'SiteGen Site Editor Step', function () {
149149
'.nfd-onboarding-sidebar--sitegen-editor-patterns__header__tab-panel__versions-tab__preview-container'
150150
)
151151
.should( 'be.visible' )
152-
.should( 'have.length', 2 );
152+
.should( 'have.length', 1 );
153153
cy.get(
154154
'.components-button.nfd-onboarding-sidebar--sitegen-editor-patterns__header__icon'
155155
).should( 'be.visible' );

0 commit comments

Comments
 (0)