Skip to content

Commit

Permalink
Modify cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Oct 2, 2023
1 parent b7d8a75 commit 0c31cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/state-calculator.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('template spec', () => {
cy.get('rewiring-america-state-calculator')
.shadow()
.find('sl-select#projects')
.invoke('attr', 'value', 'battery');
.invoke('attr', 'value', 'hvac');

cy.get('rewiring-america-state-calculator')
.shadow()
Expand Down

0 comments on commit 0c31cfa

Please sign in to comment.