Adam Caouette
f6f048cdca
CSR-2179: update unit tests
2024-09-11 16:21:21 -04:00
Adam Caouette
3a66e4009b
CSR-2179: finish wrapping Remove Recal Experiment conditions around /payment-method and /confirmation
2024-09-11 16:20:52 -04:00
Adam Caouette
2be2a30db3
Merge branch 'develop' into feature/CSR-2179-ajc
2024-09-11 10:52:18 -04:00
CarlNation
34b7be4fd2
CSR-2221
...
CSR-2221 cart no showing because throwing an error when no supportingitems exist
2024-09-10 15:41:59 -04:00
Adam Caouette
834508d646
Merge branch 'develop' into feature/CSR-2179-ajc
2024-09-10 15:26:53 -04:00
Adam Caouette
e919e3ba5e
CSR-2179: change method of setting expanded cart default
2024-09-10 14:41:32 -04:00
Adam Caouette
7671d8d410
CSR-2179: correct wrong font weight
2024-09-10 14:36:03 -04:00
Adam Caouette
beef51aa7c
CSR-2179: Wrapped Remove Recal Experiment conditions around previous payment-method changes from CSR-2115
2024-09-10 14:33:13 -04:00
Adam Caouette
b2a2184200
CSR-2179: update var name for consistency
2024-09-10 14:31:24 -04:00
Adam Caouette
bf66112963
CSR-2179: minor format updates to unit test file
2024-09-10 10:09:23 -04:00
Adam Caouette
5bf32fd487
Wrapped Remove Recal Experiment conditions around previous quote changes from CSR-2113
2024-09-10 10:08:18 -04:00
hiteshkumar87
eeb0661882
CSR-2216
...
change isExternalParameter getter
2024-09-10 18:48:32 +05:30
CarlNation
369ed07b73
prettier
2024-09-10 06:32:09 -04:00
CarlNation
1131f3b171
CSR-2193 submittedOrder
...
submittedOrder from getters in vuex was also being referenced in cms confirmation page. changed the page reference to a custom variable pointing to the value coming from baseMixin
2024-09-10 06:28:49 -04:00
CarlNation
f50d62e366
Merge pull request #1963 from Safelite/feature/CSR-2193
...
Feature/csr 2193
2024-09-09 06:13:15 -04:00
CarlNation
3c54c6951e
CSR-2193 submittedOrder
...
CSR-2193 PR requested changes and test corrections
2024-09-08 15:42:15 -04:00
Scott Kiener
1daaa863bf
CSR-2195 | Formatting and unit test fix
2024-09-06 15:36:24 -04:00
Scott Kiener
6f48f0ae4d
Merge remote-tracking branch 'origin/develop' into feature/CSR-2194
2024-09-06 15:15:38 -04:00
Scott Kiener
840dcb65d0
CSR-2194 | Fix vehicle-damage validation
...
move continue button validation to top level
2024-09-06 15:15:05 -04:00
Adam Caouette
d6f812a571
CSR-2179: fix related unit tests
2024-09-06 14:48:44 -04:00
Adam Caouette
87e0426258
CSR-2179: add experiment logging for nextGen_RecalPriceRemoval on quote page
2024-09-06 14:48:22 -04:00
CarlNation
114d6a88ca
prettier
2024-09-06 10:04:09 -04:00
CarlNation
b0e106df4a
Merge branch 'develop' into feature/CSR-2193
2024-09-06 10:00:11 -04:00
CarlNation
6b42a04068
CSR-2193 submittedOrder issue
...
CSR-2193 the getter in the vuex store does not seem to return the submittedOrder data. Possibly related to caching due to the recent upgrade to vuex. Not 100% certain. So just moved the submittedOrder logic out of the store and into the basemix.
2024-09-06 09:58:56 -04:00
Adam Caouette
16538fff6f
CSR-2182: fix package price to remove recal
2024-09-06 07:18:00 -04:00
Adam Caouette
52c9bfecf7
CSR-2182: fix recursive error
2024-09-05 20:42:03 -04:00
Adam Caouette
737ef41ad1
Merge branch 'develop' into feature/CSR-2182-ajc
2024-09-04 08:30:18 -04:00
hiteshkumar87
663c1d90e2
Merge branch 'develop' into feature/Digital/CSR-1629
2024-09-04 14:59:36 +05:30
CarlNation
a6c92b6255
CSR-2185
...
CSR-2185 vue-router no longer supports properties via params without it showing in the url.
https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22
2024-09-04 05:17:31 -04:00
hiteshkumar87
71fbc6a595
CSR-1629
...
creating non-CJ and CJE cookie for Nextgen
2024-09-04 14:42:48 +05:30
Adam Caouette
1fbaccc422
CSR-2182: prettier formatting
2024-09-03 17:23:41 -04:00
Adam Caouette
f0dd92e29f
CSR-2182: remove unused clone
2024-09-03 15:59:51 -04:00
Adam Caouette
785c9fd1bf
CSR-2182: remove recal prices from cash carts
2024-09-03 15:59:02 -04:00
Adam Caouette
01d0c809fa
CSR-2182: add boolean prop for insurance or not for cart
2024-09-03 15:49:55 -04:00
Adam Caouette
b00c0bdcf6
CSR-2182: add new base mixin
2024-09-03 15:48:38 -04:00
CarlNation
ec00031755
Merge pull request #1959 from Safelite/feature/CSR-2185
...
CSR-2185
2024-09-03 14:06:01 -04:00
CarlNation
42dc848ee4
CSR-2185
...
CSR-2185 vue-router no longer supports properties via params without it showing in the url.
https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22
2024-09-03 14:00:42 -04:00
Scott Kiener
d5b36dbbde
CSR-2194 | Repair flow fix
...
vee-validate weirdness fix
2024-09-03 09:20:58 -04:00
scottkiener
210c4257fd
Merge pull request #1957 from Safelite/feature/CSR-2185
...
CSR-2185 | Fix cms answers overwrite
2024-08-28 15:37:01 -04:00
Scott Kiener
ed8ce4e4cb
CSR-2185 | Fix cms answers overwrite
...
Sideglass options were missing
2024-08-28 15:00:19 -04:00
CarlNation
c1b76a322b
change variable for heritage url
...
change variable for heritage url
2024-08-28 11:15:56 -04:00
CarlNation
0912930b94
debug url
2024-08-28 10:36:24 -04:00
scottkiener
cbcf0b1bd2
Merge pull request #1948 from Safelite/feature/CSR-2185
...
CSR-2185 | Update to Node 20.17.0
2024-08-27 16:51:50 -04:00
Scott Kiener
c4ff7caa44
CSR-2185 | unit test .only removal
2024-08-27 16:46:36 -04:00
Scott Kiener
a1335a56d3
Rectify prettier change
2024-08-27 16:18:22 -04:00
Scott Kiener
cdd82a2f8c
CSR-2185 | Fix formatting
2024-08-27 15:56:13 -04:00
Matt Sykes
d5908fa92e
Fixed unit tests breaking after upgrades
...
Changed from .trigger("click") to .setChecked
2024-08-27 15:25:46 -04:00
Scott Kiener
3e210b006a
Fix vehicle page, remove base input v-validate
2024-08-27 15:21:22 -04:00
CarlNation
c6237fbc6b
Merge pull request #1952 from Safelite/feature/CSR-2177
...
CSR-2177
2024-08-27 09:02:35 -04:00
CarlNation
900b043361
CSR-2177 null checking
2024-08-27 07:21:39 -04:00