Commit graph

193 commits

Author SHA1 Message Date
Kulbhushan Kaushik
cef550b806 commit 2022-12-16 09:26:32 -05:00
Johan Gunawan
126b027b05
Feature/Digital/SSR-174 2022-12-15 15:27:53 -05:00
Kulbhushan Kaushik
489cf492af commit 2022-12-15 10:55:54 -05:00
Jason Wheeler
87159dbb87 final 2022-12-12 16:27:43 -05:00
Jason Wheeler
d68146b312 no message 2022-12-12 15:21:03 -05:00
Jason Wheeler
b8fcf6db3d styled and functional 2022-12-12 10:56:04 -05:00
Jason Wheeler
000a047c80 functional but needs styles completed 2022-12-09 15:49:36 -05:00
Jason Wheeler
a15b7fb0de fixed some tests 2022-12-08 15:40:50 -05:00
Jason Wheeler
6a7d41f164 vehicle-style page will skip to damage if only one style and they haven't visited the damage page yet. 2022-12-07 16:38:03 -05:00
Kulbhushan Kaushik
34acc1c6ca Merge branch 'develop' into feature/SSR-131 2022-12-06 10:19:40 -05:00
Kulbhushan Kaushik
503e594393 commit 2022-12-06 10:16:59 -05:00
Johan Gunawan
915dc8634e
Merge pull request #61 from Safelite/defect/Digital/SSR-153
SSR.-153. Resolve "Invalid prop" warning after a year is selected in "vehicle-year" page
2022-12-06 09:22:03 -05:00
Johan Gunawan
b60d892f2d
Merge pull request #62 from Safelite/defect/Digital/SSR-154
SSR-154. Resolve "cmsWidgetName" warning from unit test.
2022-12-06 09:21:15 -05:00
Johan Gunawan
60d98f9938 Array needs to be initialized 2022-12-05 17:28:31 -05:00
Johan Gunawan
75b7833a80 Remove unnecessary computed
SiteSubHeader component already has a computed property  for backButtonAccessibleText.
2022-12-05 17:13:34 -05:00
Johan Gunawan
8a1933d76f Change String to Number
The actual implementation in the component is using number instead of a string. The tests should match that.
2022-12-05 16:10:45 -05:00
Johan Gunawan
81a35dd0bb Fix console warning in DevTools 2022-12-05 16:08:35 -05:00
Kulbhushan Kaushik
b770d9c078 commit 2022-12-05 14:51:22 -05:00
Kulbhushan Kaushik
3efb2f6e15 COMMIT 2022-12-05 10:35:25 -05:00
Kulbhushan Kaushik
17a736b542 Merge branch 'develop' into feature/SSR-131 2022-12-05 08:54:42 -05:00
Johan Gunawan
8281a7faf9 Fix “Invalid prop: type check failed for prop "answers" warnings displayed in the DevTools Console when opening the “vehicle-year” page locally.
Initial value for "years" should be assigned to an empty array. "Array" is a function and need to be called with "new Array()" to get an empty array. I opted for a shorter syntax but the idea is the same.
2022-12-01 15:12:09 -05:00
Kulbhushan Kaushik
a2eb94015e commit 2022-12-01 14:59:13 -05:00
Kulbhushan Kaushik
240e450f74 commit 2022-11-29 13:53:39 -05:00
Kulbhushan Kaushik
5eb4c2f9ee commit 2022-11-29 09:58:31 -05:00
Kulbhushan Kaushik
8a04f2e2ae Merge branch 'develop' into feature/SSR-129 2022-11-28 13:00:16 -05:00
Jason Wheeler
21a4db6a30 completed tests 2022-11-28 12:47:15 -05:00
Jason Wheeler
cff016c30f Merge branch 'develop' into feature/Digital/SSR-130 2022-11-28 09:36:14 -05:00
Kulbhushan Kaushik
7b78fe1e74 commit 2022-11-23 08:36:21 -05:00
Kulbhushan Kaushik
024c10df8f commit 2022-11-23 08:15:52 -05:00
Kulbhushan Kaushik
bd232833e3 Merge branch 'develop' into feature/SSR-129 2022-11-23 08:10:58 -05:00
Jason Wheeler
b25022f15a Started working on parts page, still need to get some tests to work 2022-11-22 16:31:22 -05:00
Kulbhushan Kaushik
7c21369f57 update damage to the store. 2022-11-22 13:58:21 -05:00
Kroell
785dae5d2f Styling fixes- button-question padding and vehicle-damage scrolling 2022-11-21 12:54:59 -05:00
Kulbhushan Kaushik
6a0582b363 unit tests for vehicle damage components 2022-11-18 10:01:25 -05:00
Kulbhushan Kaushik
298b880d83 Merge branch 'develop' into feature/SSR-113 2022-11-17 07:53:29 -05:00
US\katie.kroell
f5c5f9af7d Added backButtonAccessibilityText to vehicle-style page 2022-11-16 16:19:30 -05:00
Jason Wheeler
aa541505df
Merge pull request #43 from Safelite/feature/digital/SSR-103
Added backButtonAccessibleText to vehicle-model page
2022-11-16 11:35:03 -05:00
Jason Wheeler
c008ac3ff3 test fix 2022-11-16 11:24:21 -05:00
Jason Wheeler
f84ff4a26e test 2022-11-16 11:03:58 -05:00
Jason Wheeler
7815775463 test 2022-11-16 10:57:05 -05:00
Jason Wheeler
aa4cd108c1 test 2022-11-16 10:45:16 -05:00
Jason Wheeler
3fc7c0bde7 continue to isolate test 2022-11-16 10:29:08 -05:00
Jason Wheeler
ee210a18c4 forgot to add at least one test 2022-11-16 10:22:18 -05:00
Jason Wheeler
4655f38dec isolating the test 2022-11-16 10:17:48 -05:00
Jason Wheeler
36f08d9a14 another test 2022-11-16 10:12:52 -05:00
Jason Wheeler
04c5c291ab update testing to clear some warning and try to get build to pass 2022-11-16 10:00:25 -05:00
Kroell
6b1d0a9229 Merge branch 'develop' into feature/digital/SSR-103 2022-11-16 09:43:11 -05:00
Kroell
b1851a605b Added backButtonAccessibleText to vehicle-model page 2022-11-16 09:37:41 -05:00
Jason Wheeler
a8d3df3a41
Merge pull request #41 from Safelite/feature/digital/SSR-87
Feature/digital/ssr 87
2022-11-16 09:27:38 -05:00
Jason Wheeler
1d7be6c8cd Merge branch 'develop' into feature/Digital/SSR-87
# Conflicts:
#	src/store/store.spec.js
2022-11-16 09:21:17 -05:00
Kroell
18abd042b5 Added backButtonAccessibleText to vehicle-make page 2022-11-14 17:17:07 -05:00
Kulbhushan Kaushik
f20758ee5b commit 2022-11-14 10:09:54 -05:00
Kulbhushan Kaushik
c6646d0637 Merge branch 'develop' into feature/SSR-113 2022-11-14 08:44:46 -05:00
Kulbhushan Kaushik
acee099333 commit 2022-11-14 08:35:35 -05:00
Kulbhushan Kaushik
2c215e23a9 Merge branch 'develop' into feature/SSR-113 2022-11-14 08:05:22 -05:00
Jason Wheeler
21ec33f8dc requested updates 2022-11-11 15:33:32 -05:00
Jason Wheeler
a9df577851 Merge branch 'develop' into feature/Digital/SSR-108
# Conflicts:
#	src/constants/endpoints.js
#	src/helpers/unit-test-helper.js
#	src/mixins/base-mixin.js
#	src/store/store.spec.js
2022-11-11 14:21:05 -05:00
Jason Wheeler
53160a5119 updated to clear the entire vehicle object. Additional store items can be added to resetVehicle method as they are added to the store. 2022-11-11 12:51:43 -05:00
Jeremy Zimmerman
4d2ec40931 Added one back. 2022-11-11 12:48:41 -05:00
Jeremy Zimmerman
cb5c6dafcb Removed store reference. 2022-11-11 12:35:16 -05:00
Jeremy Zimmerman
f7295dad1a Removed store reference. 2022-11-11 12:33:49 -05:00
Jeremy Zimmerman
b019bd556e Put the store update methods back on the vehicle vue components. 2022-11-11 12:01:25 -05:00
Jason Wheeler
b0d91b0224 updated to clear other areas of the vehicle when previous areas are changed 2022-11-11 11:53:08 -05:00
Jason Wheeler
7789d19fbf Created call to getVehicle, refactored setting vehicle properties, updated tests and removed store-actions (it wasn't being used) 2022-11-10 15:34:54 -05:00
Kulbhushan Kaushik
2ba1f71767 commit 2022-11-10 12:15:30 -05:00
Kulbhushan Kaushik
120369c5bc COMMIT 2022-11-10 08:03:43 -05:00
Jeremy Zimmerman
b769e74b6c Updates 2022-11-09 15:50:17 -05:00
Jeremy Zimmerman
6f48a901fb Merge branch 'develop' into feature/Digital/SSR-51 2022-11-09 12:55:11 -05:00
Kulbhushan Kaushik
a901892227 Merge branch 'develop' into feature/SSR-113 2022-11-09 12:34:55 -05:00
Kulbhushan Kaushik
548dff63ea commit 2022-11-09 12:34:05 -05:00
Jason Wheeler
292c46fe34 completed tests, removed old 404 page and cleared up a few warnings 2022-11-09 12:12:42 -05:00
Kulbhushan Kaushik
181f2bb113 commit 2022-11-09 09:49:07 -05:00
Kulbhushan Kaushik
11e4bea599 commit 2022-11-09 08:31:27 -05:00
Jason Wheeler
4475508db5 Everything seems to be working now, need to update tests 2022-11-08 17:42:11 -05:00
Jeremy Zimmerman
9f10994cae Merge branch 'develop' into feature/Digital/SSR-51 2022-11-07 14:27:45 -05:00
Jeremy Zimmerman
f33810a43d Updates 2022-11-07 13:49:26 -05:00
Jason Wheeler
239ab309d6 removed references to accessibletext prop in favor of CMS calculated prop 2022-11-07 10:59:00 -05:00
Jason Wheeler
67f2707995 updated pattern for asynchronous testing. It should now fail the test if assertion in promise fails or if an error is thrown during the assertion. 2022-11-03 12:58:19 -04:00
Kulbhushan Kaushik
6fe6628dec commit 2022-11-03 10:17:42 -04:00
Jason Wheeler
dca3fdbf29 Merge branch 'develop' into feature/Digital/SSR-100 2022-11-02 14:50:28 -04:00
Jason Wheeler
6c8c3db0fc updated tests 2022-11-02 14:48:33 -04:00
Jason Wheeler
bc07b2419a page functions 2022-11-02 14:25:02 -04:00
Kulbhushan Kaushik
dad65390dd COMMIT 2022-11-02 12:34:27 -04:00
Kulbhushan Kaushik
f9ff6916d8 commit 2022-11-02 12:20:22 -04:00
Kulbhushan Kaushik
a0494cd07e commit 2022-11-02 12:14:33 -04:00
Kulbhushan Kaushik
b77078266e commit 2022-11-02 12:09:59 -04:00
Kulbhushan Kaushik
d4adc7910d commit 2022-11-02 09:30:38 -04:00
Kulbhushan Kaushik
f0d5b5b6b1 Merge branch 'develop' into feature/SSR-96 2022-11-02 09:16:22 -04:00
Jason Wheeler
fc842b0c5b removed console.log 2022-11-02 09:03:51 -04:00
Kulbhushan Kaushik
75eef92707 commit 2022-11-02 09:01:53 -04:00
Kulbhushan Kaushik
755627a0f5 Merge branch 'feature/Digital/SSR-93' into feature/SSR-96 2022-11-02 08:15:57 -04:00
Jason Wheeler
ced1b59fed Moved setting selected value in store from question components to parent components. Pulled over arePagePrerequisitesValids methods. 2022-11-01 16:12:58 -04:00
Kulbhushan Kaushik
f74ee61231 commit 2022-11-01 15:09:43 -04:00
Jason Wheeler
5606f41432 brought over custom mixins for button gradient, added links to google fonts to fix font-weight issue, finished tests vehicle make. 2022-11-01 14:44:57 -04:00
Kulbhushan Kaushik
882e8c0110 commit 2022-11-01 12:58:01 -04:00
Kulbhushan Kaushik
5eb899c080 commit 2022-11-01 11:45:00 -04:00
Jason Wheeler
badbece45c updated to match vehicle-year tests 2022-11-01 11:19:25 -04:00
Jason Wheeler
94607d9a89 Merge branch 'develop' into feature/Digital/SSR-93
# Conflicts:
#	src/helpers/unit-test-helper.js
2022-11-01 10:56:36 -04:00
Jason Wheeler
76087dc752 wip 2022-11-01 10:54:26 -04:00
Kulbhushan Kaushik
ab61fd6150 commit 2022-11-01 10:50:47 -04:00