tests
tests
This commit is contained in:
parent
9b62c63a32
commit
6083226f8b
1 changed files with 14 additions and 1 deletions
|
|
@ -765,7 +765,20 @@ describe("Actions", () => {
|
|||
},
|
||||
},
|
||||
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: {},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue