Skip to content

Commit

Permalink
Add cypress project selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Oct 2, 2023
1 parent 2a51912 commit fa68539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/state-calculator.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fa68539

Please sign in to comment.