Skip to content

Commit 132944a

Browse files
committed
fixing cypress test
1 parent 0f4d7f7 commit 132944a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cypress/integration/5-AI-SiteGen-onboarding-flow/3-site-details.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ describe( 'SiteGen Site Details Step', function () {
6767
cy.get( '.nfd-sg-input-box__field' ).type(
6868
'In addition to our classes, we also provide a curated selection of yoga attire and access'
6969
);
70+
// Select a language from the dropdown
71+
cy.get('.nfd-sg-language__select').select('en-US');
7072
} );
7173

7274
it( 'Check if the Next Button is enabled and click Next', () => {

0 commit comments

Comments
 (0)