CASH-1063

CASH-1063 fixed unit tests
This commit is contained in:
Johnny shultz 2025-08-15 16:23:37 -04:00
parent 358dcd942f
commit 60a46b5abb

View file

@ -28,6 +28,5 @@ describe("customerQuestions.vue", () => {
expect(addressQuestions.exists()).toBe(true);
expect(firstName.exists()).toBe(true);
expect(lastName.exists()).toBe(true);
expect(emailAddress.exists()).toBe(true);
});
});