Bryan Mauger
f510fd3f94
CASH-1042 PR comment updates.
2025-07-16 15:51:11 -04:00
Scott Kiener
33c2401392
Fixed modal button validation issue
2025-07-16 15:36:26 -04:00
Scott Kiener
c4aa209413
Fix issue where answer was not auto selected
...
If it was not in the initial three questions it didn't load correctly
2025-07-16 15:19:15 -04:00
Scott Kiener
59cf55a7fd
Moved resetting of # of shops to be displayed
2025-07-16 15:06:23 -04:00
Scott Kiener
c0a93abfbf
Change where modal open logic happens
...
prevents flashing the incorrect data
2025-07-16 14:49:26 -04:00
Scott Kiener
7324053990
Reorganized onModalOpen code
2025-07-16 14:47:14 -04:00
Scott Kiener
5e09e05216
Removed unused code & keep old provider selected
2025-07-16 14:43:59 -04:00
Scott Kiener
d3695695e4
Bubble click event through on textbox-question
...
Rename variable for readability on shop-question-popup
2025-07-16 14:17:29 -04:00
Bryan Mauger
99c4f2edcb
CASH-1042 fix unit test.
2025-07-16 14:08:55 -04:00
Scott Kiener
1217d2d333
Rename props/data for readability
2025-07-16 13:54:55 -04:00
Scott Kiener
5f3c24fb8f
Fix newly introduced bug - enter key propagating on zip search
2025-07-16 13:43:05 -04:00
Bryan Mauger
1699bada22
Remove unused css. Remove unused component code.
2025-07-16 13:39:44 -04:00
Scott Kiener
66b464cf3a
Refactor of get more shops button
2025-07-16 13:37:10 -04:00
Bryan Mauger
9f837b33d0
Merge branch 'CASH-1042-header-and-progress-bar-style-updates' of https://github.com/Safelite/DigitalConsumer.FixMyGlass into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:34:22 -04:00
Bryan Mauger
22ed5c26bd
CASH-1042 format code.
2025-07-16 13:34:17 -04:00
bmauger
626fb09747
Merge branch 'release/2025.07.31' into CASH-1042-header-and-progress-bar-style-updates
2025-07-16 13:29:23 -04:00
maguire-arman
8dc9797224
Merge pull request #2655 from Safelite/feature/CASH-1187
...
PR Gate Pipeline Test and fixing npmrc file
2025-07-16 13:07:38 -04:00
maguire-arman
70a69079e7
Removes unnecessary comment
...
Removes an extraneous comment from the error handling logic, improving code clarity.
2025-07-16 12:44:45 -04:00
maguire-arman
4d38768554
Updates npm registry configuration
...
Updates the npm registry configuration.
Removes authentication token from .npmrc.
2025-07-16 12:43:24 -04:00
Bryan Mauger
7a908dead5
CASH-1042 WIP
2025-07-16 12:00:41 -04:00
Scott Kiener
fab08bd179
Removed logic that repopulated provider data needlessly
...
we already have it on modal load from the parent
2025-07-16 10:41:11 -04:00
Scott Kiener
c1f7f7f734
Refactored shop-list-button to no longer need so many props
...
Everyone single usage did the same thing, reduced boilerplate by moving it to the component itself
2025-07-16 10:24:23 -04:00
maguire-arman
1689088fdf
Adds CASH-1187 tag and comment for test.
...
Adds a tag to the heavy truck test case and a comment to App.vue.
The tag is for tracking purposes.
The comment is for testing.
Relates to CASH-1187
2025-07-16 09:30:17 -04:00
Bryan Mauger
3c4a856277
CASH-1042 WIP
2025-07-15 16:22:03 -04:00
Scott Kiener
141ebc33f5
Removed watcher
2025-07-15 16:01:08 -04:00
Scott Kiener
62e80028b7
lastSuccessfulZip removed
2025-07-15 15:43:26 -04:00
Scott Kiener
d41afdcee1
lastSearchedZip removed
2025-07-15 15:42:15 -04:00
Scott Kiener
12c3cabb25
Remove unused model-value, add newZipCode datamember
2025-07-15 15:32:21 -04:00
mvalaiyapathi
3b8394ccaa
Merge pull request #2652 from Safelite/feature/CASH-1179
...
CASH-1179 - Updating Vin only for Audi going back to 2010
2025-07-15 15:08:50 -04:00
maguire-arman
9687529d5e
Tag test cases to test pr gate pipeline
...
Updates test case tags to reflect the correct issue IDs
and removes outdated references. This ensures accurate
test reporting and traceability.
2025-07-15 15:08:49 -04:00
Scott Kiener
371849e924
AppointmentTypeString removal
...
We don't need this currently because there is no distinction between inshop and dropoff currently
2025-07-15 14:40:08 -04:00
mvalaiyapathi
3810518174
Merge branch 'release/2025.07.17' into feature/CASH-1179
2025-07-15 14:34:19 -04:00
Minojhini Valaiyapathi
120be59919
CASH-1179 - Updating Vin only for Audi going back to 2010
2025-07-15 14:31:47 -04:00
Scott Kiener
fac44ed8df
Remove isLoadingShops
2025-07-15 14:22:34 -04:00
maguire-arman
7b69612dff
Merge pull request #2648 from Safelite/feature/CASH-836
...
Merging Playwright Tests and pipelines into Develop
2025-07-15 14:15:12 -04:00
Scott Kiener
9f36ed621c
Remove prop associated with focusOnZipInput
2025-07-15 14:12:37 -04:00
Scott Kiener
040d30c96e
Removed focusOnZipInput logic
2025-07-15 14:12:02 -04:00
Scott Kiener
c0e6817a2d
Removed nextTick()s
2025-07-15 14:05:23 -04:00
Scott Kiener
28c83fbb89
Clean up all unused code, move display to computed
...
The only functionality changes here were:
displaySeeMoreLocationsLink()
and using the v-if on schedule page instead of inside component
2025-07-15 14:01:00 -04:00
maguire-arman
e1692d94ca
Revert "final Pipeline test"
...
This reverts commit 77b8a66380 .
2025-07-15 13:47:21 -04:00
maguire-arman
77b8a66380
final Pipeline test
2025-07-15 13:28:23 -04:00
maguire-arman
795995c16b
Revert "Rerun"
...
This reverts commit 9f7596edb5 .
2025-07-15 12:57:20 -04:00
maguire-arman
9f7596edb5
Rerun
...
Rerun
2025-07-15 12:39:28 -04:00
mvalaiyapathi
57d5153191
Merge pull request #2651 from Safelite/feature/CASH-1179
...
CASH-1179 - Removed Audi from vin suppression list
2025-07-15 12:37:04 -04:00
maguire-arman
67fe58577f
Rerun after agent disk space failure
2025-07-15 12:22:46 -04:00
maguire-arman
897b3a8a90
Rerun
2025-07-15 12:13:06 -04:00
Minojhini Valaiyapathi
91773ce11c
CASH-1179 - Removed Audi from vin suppression list
2025-07-15 12:09:11 -04:00
maguire-arman
d7d7112c5b
Streamlines credit card payment flow
...
Removes an unnecessary navigation step after populating credit card details, improving the user experience.
Adds CI environment variable to docker create commands.
2025-07-15 11:53:03 -04:00
maguire-arman
07efa18134
Loads environment variables in Docker containers
...
Ensures environment variables defined in the env file are loaded
into the Docker containers used for Playwright tests. This is
achieved by sourcing the env file within the `docker create` command.
Removes the unnecessary CI=true environment variable setting.
2025-07-15 11:29:49 -04:00
maguire-arman
1f96ce255b
Sets CI environment variable for Docker container
...
Ensures the `CI` environment variable is set to `true` when creating the Docker container.
This ensures proper behavior for Playwright tests running in continuous integration environments.
2025-07-15 11:14:13 -04:00