tests
This commit is contained in:
Carl Nation 2026-06-16 06:20:42 -04:00
parent 9b62c63a32
commit 6083226f8b

View file

@ -765,7 +765,20 @@ describe("Actions", () => {
}, },
}, },
serviceLocation: {}, serviceLocation: {},
customer: {}, customer: {
emailAddress: "test@safelite.com",
firstName: "John",
lastName: "Doe",
isSmsOptIn: true,
phoneNumber: "1234567890",
address: {
streetAddress: "123 Main St",
streetAddress2: "Apt 1",
city: "Anytown",
state: "OH",
zipCode: "12345",
},
},
lineItems: {}, lineItems: {},
}, },
}; };