Commit graph

159 commits

Author SHA1 Message Date
Alex Humphries
f81895f768 INSR-10446: More robust polcy number reassignment and related test 2026-07-21 15:24:42 -04:00
Alex Humphries
6a7d6f401c INSR-10446: More member number adjustments
- Clarify some comments
- Add a unit test
- Remove field from loading session until its saving properly
2026-07-21 15:14:27 -04:00
Alex Humphries
f6c29bad61 INSR-10445: More fleetNumber/fleetUnitNumber tweaks
- Add to unit test for shape of registerClaim payload
- Better handling for possible 0 values
2026-07-21 10:53:43 -04:00
Alex Humphries
a81aca61bf INSR-10445: Keep fleetNumber and fleetUnitNumber if undefined in update
This handles the rare (maybe impossible?) case where some kind of VIN
lookup is needed for a policy vehicle
2026-07-20 17:12:49 -04:00
Alex Humphries
e184e0ea76 INSR-10445: Add fleetNumber and fleetUnitNumber to vehicle data 2026-07-20 15:48:47 -04:00
Alex Humphries
eea66c47c7 INSR-523: Fix failing test 2026-07-15 11:48:49 -04:00
Alex Humphries
459de70583 INSR-523: Fix typo, fix potential bug with deductible on registerClaim 2026-07-15 11:30:05 -04:00
Alex Humphries
acb1d53b04 INSR-523: Fix some more test nitpicks 2026-07-15 11:26:13 -04:00
Alex Humphries
b4b6009b68 Update some formatting and tests 2026-07-15 11:20:53 -04:00
Alex Humphries
d6c1e7cd06 INSR-523: If flag is on, includes memberNumber in all coverage requests
Also adds new (currently unused) flag to move claim registration to end
of flow
2026-07-15 11:20:53 -04:00
Alex Humphries
8312c43a24 INSR-10142: Various copilot suggestions
- Add comment to clarify member number
- Adjust tests to account for member number
- Add missing semicolon
2026-07-02 12:27:13 -04:00
Jeremy-Z
b30e7bc054 Renamed loadSession method to loadSessionFromDuplicate to more accurately reflect its usage. 2026-06-25 12:08:43 -04:00
Jeremy-Z
1a227d9d71 Fixed load session unit test. 2026-06-23 15:24:44 -04:00
Alex Humphries
b19e63e702 Move companyCode from insuranceCoverage to customer, fix tests 2026-06-17 17:13:01 -04:00
Alex Humphries
89e04c0019 Unit test updates 2026-06-17 16:54:38 -04:00
Alex Humphries
3236ce79c4 Add new test to handle different clearOnSubmit scenarios 2026-05-14 09:51:04 -04:00
Jeremy-Z
500540b7a8 Updated unit tests for final-deductible call. 2026-04-30 14:13:06 -04:00
Alex Humphries
ca6ec847d0 Fix tests, correct part number string for repair supplies 2026-04-09 16:46:27 -04:00
Katie Kroell
ce3ff6e6b4 add unit test 2026-03-27 14:21:58 -04:00
copilot-swe-agent[bot]
2d00e6e1c1 Fix ineffective test assertion in updateSupportingItems test
Agent-Logs-Url: https://github.com/Safelite/DigitalConsumer.ISS/sessions/fb2f46f9-6e42-4502-8833-3d3cae89de85

Co-authored-by: katiekroell <100247286+katiekroell@users.noreply.github.com>
2026-03-27 17:31:42 +00:00
katiekroell
5fc719849e
Update src/store/store.spec.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 13:29:13 -04:00
Katie Kroell
bd20d47849 fix Labor2 part being added to order 2026-03-27 13:08:45 -04:00
Katie Kroell
f7aa751054 remove duplicate code 2026-03-18 11:31:36 -04:00
Katie Kroell
d6298e9baf add unit test 2026-03-18 11:30:26 -04:00
Josh Dassinger
ea5836b3e4 Address comments about policy / deductible / coverage calls failing should not bailout and just switch to no coverage
IsVinAddressable API call failure now returns false
Improved logging for cases
Fixed Vehicle Style bailout when selecting select style value
2026-02-19 11:13:29 -06:00
Josh Dassinger
65c5e0ec3c Merge branch 'develop' into feature/digital/joshdass/ESLint
# Conflicts:
#	src/layouts/tpa-search/tpa-search.spec.js
#	src/layouts/tpa-search/tpa-search.vue
2026-02-13 09:08:05 -06:00
scottkiener-at-safelite
555223d7cd Auto stash before merge of "feature/INSR-7771" and "origin/develop" 2026-02-12 15:34:20 -05:00
Josh Dassinger
3300801672 Merge branch 'feature/digital/joshdass/ESLint' into feature/digital/joshdass/ESLint-fixes
# Conflicts:
#	src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue
#	src/layouts/order-confirmation/add-to-calendar/calendar-modal-question/calendar-modal-question.vue
2026-02-12 13:44:04 -06:00
Josh Dassinger
fc38033649 ESLint fix all warnings / errors. Removed old or disabled statements. 2026-02-12 13:26:00 -06:00
Josh Dassinger
fa7e2bc596 INSR-2208 Only show big truck providers
Cleaned up GetProviders store logic.
2026-02-12 10:54:08 -06:00
Jeremy-Z
a265b01961 Unit test updates. 2026-02-06 14:30:17 -05:00
Jeremy-Z
e118c8612e Fixing some issues with the load session method. 2026-02-06 14:18:12 -05:00
Jeremy-Z
291cc89897 Merge branch 'develop' into feature/INSR-8130 2026-02-06 11:04:30 -05:00
Alex Humphries
d13c6ce552 INSR-7752: Remove redundant fields from store, fix unit tests 2026-02-04 15:13:29 -05:00
Jeremy-Z
2d95e9341a Fixing the unit tests. 2026-02-04 12:16:23 -05:00
Katie Kroell
6854a2b489 update unit tests to match deductible store value structure 2026-02-02 12:19:41 -05:00
Alex Humphries
b0b31df8b0 INSR-7772: tpa-submit parity updates
- Rearrange/style tpa-submit page
- Update supporting components to better match heritage
    - DeductibleBox
    - ReviewBlock
    - Alert
- Update store logic to actually handle extension
- Add/update recal modal and contact details modal
- Update titleCase to treat dashes like spaces
2026-01-21 15:09:10 -05:00
Katie Kroell
a335488559 cursor fix 2026-01-09 15:59:21 -05:00
Katie Kroell
b548455805 unit test fix 2025-12-11 13:53:06 -05:00
Katie Kroell
5e204b51b3 unit tests and clean up 2025-09-10 15:36:02 -04:00
Michaela Brydon
6173799884 Fixing tests 2024-11-25 17:05:05 -05:00
Josh Dassinger
70e1081019
Merge pull request #874 from Safelite/feature/digital/SSR-1522
SSR-1522 Add Apple Pay
2024-10-25 13:44:41 -05:00
Bill Richardson
107cec3d69 Updates to provider call.
Reorg'd imports on store index.js
Sorted by file name (constants, helpers)
Updated serviceability call with application name.
2024-10-24 14:34:23 -04:00
Josh Dassinger
0bbb5ff051 SSR-1522 Add Apple Pay 2024-10-24 09:31:56 -05:00
Josh Dassinger
f31b69eb98 Handle null isItacOptimized 2024-10-11 11:30:51 -05:00
Josh Dassinger
6c855b73a4 SSR-1127 Continue flow on load session fail 2024-08-05 08:30:33 -05:00
Bill Richardson
acc05b9245 update test 2024-07-01 11:00:47 -04:00
Josh Dassinger
b1faf4057c SSR-1375 Always set service location zipcode on welcome-page 2024-06-27 10:07:16 -05:00
Josh Dassinger
c5c14ea0a3 SSR-1284 Don't load customer data in load session 2024-06-20 07:57:18 -05:00
Josh Dassinger
bf5c84891b SSR-1341 Bill to API update 2024-06-03 11:00:22 -05:00