INSR-9260: update test to match new text

This commit is contained in:
Alex Humphries 2026-04-17 13:08:01 -04:00
parent 6c7750c74a
commit 44a2b38988

View file

@ -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'],