INSR-9260: update test to match new text
This commit is contained in:
parent
6c7750c74a
commit
44a2b38988
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ describe('OrderConfirmation.vue', () => {
|
|||
const testValue = wrapper.vm.appointmentTimeText;
|
||||
|
||||
// Assert
|
||||
expect(testValue).toEqual('Drop off before 9:30 AM');
|
||||
expect(testValue).toEqual('Drop off by 9:30 AM. Pick-up time dependent on shop schedule');
|
||||
});
|
||||
test.each([
|
||||
['Your appointment is at 9:00 AM', '09:00', '10:00'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue