Commit graph

226 commits

Author SHA1 Message Date
Leah Schumann
bcee963f9a Removed "initialValue" that shouldn't have been there 2023-03-14 13:25:26 -04:00
Leah Schumann
0c6d2cb6e8 Got unit tests working again 2023-03-09 13:38:20 -05:00
Leah Schumann
487c83e3a0 Resolving this issue: https://stackoverflow.com/questions/75179573/how-to-fix-loading-the-google-maps-javascript-api-without-a-callback-is-not-supp 2023-02-17 09:39:40 -05:00
Leah Schumann
21517e45a7 Removed all unused 'disableAutoFill' code 2023-02-16 07:36:37 -05:00
Leah Schumann
f87368f5e6 Merged from autogenerate-input-ids 2023-02-15 14:31:06 -05:00
Leah Schumann
12bc2ec36f WIP 2023-02-15 14:13:42 -05:00
Leah Schumann
a4dd4340b0 WIP 2023-02-15 11:13:31 -05:00
Leah Schumann
621b2c18a4 getting ready to revert model structure on page level 2023-02-15 09:11:58 -05:00
Leah Schumann
e46570fb9e We no longer need obfuscated names for the address fields as we are ok with auto-fill now, removing them for clarity in code that resets validation 2023-02-15 08:45:40 -05:00
Leah Schumann
d7fa90ee58 Model reset stuff 2023-02-14 10:50:27 -05:00
Matt Caimi
9fa85f6295 Merge remote-tracking branch 'origin/develop' into feature/CSR-1012 2023-02-13 13:28:36 -05:00
Leah Schumann
7db466fc60 Additional consistency changes between the two modals 2023-02-08 13:33:10 -05:00
Leah Schumann
5100e5ec5b CSR-1012 - Uncommented code that is for selecting the first item when clicking outside of box 2023-02-08 09:19:20 -05:00
Leah Schumann
12477ca649 Removed comments on address-questions 2023-02-08 08:39:57 -05:00
Matt Caimi
0fea157c9e Merge remote-tracking branch 'origin/feature/CSR-1088' into feature/CSR-1012 2023-02-06 10:58:07 -05:00
Leah Schumann
c5a1ea1465 Modal: single instance (getOrCreateInstance) addl changes for card. 2023-02-06 10:30:42 -05:00
Matt Caimi
a7946c0849 Merge remote-tracking branch 'origin/feature/CSR-1088' into feature/CSR-1012 2023-02-03 16:11:09 -05:00
Leah Schumann
55f49606f7 Modal stuff, including validation for localized fields, modal header, etc 2023-02-03 16:01:43 -05:00
Bryan Mauger
081eab992c Remove errant text and fix regex build error. 2023-01-31 16:15:38 -05:00
Leah Schumann
9f363c5ed9 Checkpoint - Quote page models now opening programatically 2023-01-31 08:37:14 -05:00
Bryan Mauger
9817c7d328 Add dash to regex. 2023-01-31 08:26:18 -05:00
Bryan Mauger
10e1c9a172 Update regex. 2023-01-30 16:59:15 -05:00
Bryan Mauger
6e5b98058a CSR-896 Fix regex to error on more than one dot in email address prior to domain extension. 2023-01-30 15:39:50 -05:00
Leah Schumann
c18af0e897 Fixed error issues with Address component, fixed spacing in modals 2023-01-27 14:17:21 -05:00
Leah Schumann
069d31aa30 Manual open of modal 2023-01-27 14:16:29 -05:00
Leah Schumann
a69fe69320 Merged from CSR-1012 2023-01-27 14:15:29 -05:00
Leah Schumann
205b63556e Added additional field for apartment number or business name 2023-01-27 14:15:29 -05:00
Leah Schumann
e684260e24 Fixed error issues with Address component, fixed spacing in modals 2023-01-27 10:01:15 -05:00
Leah Schumann
23d30d6037 Manual open of modal 2023-01-25 16:18:56 -05:00
Leah Schumann
66db63829f Merged from CSR-1012 2023-01-24 16:03:49 -05:00
Leah Schumann
0fd8a16548 Added additional field for apartment number or business name 2023-01-24 10:42:58 -05:00
Leah Schumann
316efeda3c Prettified 2023-01-20 09:26:46 -05:00
Leah Schumann
0ff8ac7aac Merge branch 'develop' into defect/CSR-934 2023-01-20 09:22:21 -05:00
Leah Schumann
f708551c88 Updated unit tests for most recent changes 2023-01-20 09:21:34 -05:00
Bryan Mauger
b24f1fb95d CSR-1021 Move ux-components folder to src 2023-01-18 15:26:20 -05:00
Leah Schumann
279047341e Merge branch 'develop' into defect/CSR-934 2023-01-18 13:13:12 -05:00
Leah Schumann
2545b655d3 Removing unused state variables 2023-01-18 13:11:48 -05:00
Leah Schumann
00c5b46b5f Revamping to prevent JAWS Error, an additional changes to resolve issues caused by the fix 2023-01-18 09:15:04 -05:00
Bryan Mauger
e3eb558036 Update paths for unit tests. 2023-01-18 09:07:44 -05:00
Bryan Mauger
15319196db WIP Update file paths. 2023-01-17 16:58:09 -05:00
Leah Schumann
f11ffede14 Revert "Merge pull request #897 from Safelite/revert-934-defect"
This reverts commit a03c05717f.
2022-12-28 14:16:58 -05:00
Leah Schumann
93cadc0bd5 Revert "Merge pull request #886 from Safelite/feature/CSR-934"
This reverts commit ea2d044f6f.
2022-12-28 10:05:37 -05:00
Leah Schumann
54141b3272 Removed 'disabledAutofill' prop from dropdown-question to match textbox-question and prevent the State label from being read incorrectly by JAWS 2022-12-21 07:35:27 -05:00
Leah Schumann
3f87f75be2 Fix for CSR-934, includes several improvements and fixes for undocumented defects. 2022-12-20 08:00:07 -05:00
Leah Schumann
2bc14c5a31 Added programmatic watch for address model when an address is not found 2022-12-13 16:27:43 -05:00
Leah Schumann
0b6eed45ac Merge branch 'develop' into feature/CSR-934 2022-12-13 07:57:54 -05:00
Leah Schumann
1a61604aab Just some improved comments 2022-12-13 07:55:51 -05:00
Leah Schumann
0402d8469e Fixed defect CSR-934 as well as fixed other issues made apparent by the fix 2022-12-12 17:14:38 -05:00
Matt Sykes
093ed0bfad Most of changes for CSR-941 2022-12-09 09:27:53 -05:00
Katie
daab990942 CSR-748 Update navigation-scenarios 2022-11-16 15:08:26 -05:00