diff --git a/cypress/e2e/state-calculator.cy.ts b/cypress/e2e/state-calculator.cy.ts index 908fe9b..3b1d6a1 100644 --- a/cypress/e2e/state-calculator.cy.ts +++ b/cypress/e2e/state-calculator.cy.ts @@ -9,6 +9,11 @@ describe('template spec', () => { .shadow() .contains('Your household info'); + cy.get('rewiring-america-state-calculator') + .shadow() + .find('sl-select#projects') + .select('battery'); + cy.get('rewiring-america-state-calculator') .shadow() .find('input#zip')