From fa68539d95a01cb221cfa305e3687312d875ab91 Mon Sep 17 00:00:00 2001 From: ayangster Date: Mon, 2 Oct 2023 09:47:52 -0700 Subject: [PATCH] Add cypress project selection --- cypress/e2e/state-calculator.cy.ts | 5 +++++ 1 file changed, 5 insertions(+) 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')