Skip to content

Commit 245346c

Browse files
committed
Update AI sitegen site details test
1 parent 395273e commit 245346c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe( 'SiteGen Site Details Step', function () {
6868
'In addition to our classes, we also provide a curated selection of yoga attire and access'
6969
);
7070
// Select a language from the dropdown
71-
cy.get('.nfd-sg-language__select').select('en-US');
71+
cy.get('.nfd-sg-language__select').select('en_US');
7272
} );
7373

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

0 commit comments

Comments
 (0)