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 fa68539 commit 004f968
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')
.select('battery');
.invoke('attr', 'value', 'battery');

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

0 comments on commit 004f968

Please sign in to comment.