Commit graph

10147 commits

Author SHA1 Message Date
bmauger
bc3d1ca0be
Merge pull request #2581 from Safelite/CASH-926-move-charitable-donation-in-cart
CASH-926 move FL donation to other location in cart.
2025-06-11 08:24:21 -04:00
Johnny Shultz
9b2d0bb254
Merge pull request #2579 from Safelite/feature/CASH-824
CASH-824
2025-06-10 15:00:24 -04:00
Johnny Shultz
904764fb5e
Merge branch 'release/2025.06.19' into feature/CASH-824 2025-06-10 14:37:16 -04:00
Johnny shultz
c4975aa8c6 Merge remote-tracking branch 'origin/feature/CASH-824' into feature/CASH-824 2025-06-10 14:36:28 -04:00
Johnny shultz
17da8ff309 CASH-824
CASH-824 finishing touches, ensured letter  spacing and font are being applied globally
2025-06-10 14:35:57 -04:00
maguire-arman
380994e076 Removes unused isRecalNotification flag
Removes the `isRecalNotification` flag from the default test data, as it's no longer used in the application's logic or tests.
This simplifies the test data and avoids potential confusion.
2025-06-10 14:34:00 -04:00
Bryan Mauger
31976f132b CASH-926 move FL donation to other location in cart. 2025-06-10 13:41:18 -04:00
chloeherdsafelite
ee95ff7a61
Merge pull request #2580 from Safelite/feature/CASH-920
Commit zipcode to store at start of funnel so it persists
2025-06-10 12:50:02 -04:00
maguire-arman
2da134bbb1 removes recalinfo boolean and uses isRecalVehicle for handling page in ins
Updates the `isRecalNotification` flag to `isRecalVehicle` for better clarity and consistency across the codebase.

This change ensures that the flag's name accurately reflects its purpose: to indicate whether recalibration information for a vehicle is required.
2025-06-10 12:48:44 -04:00
Chloe Herd
9260e78f2f Commit zipcode to store at start of funnel so it persists 2025-06-10 12:23:56 -04:00
JennyNou
c95772052a Added unverified insurance test to master file 2025-06-09 15:29:06 -04:00
JennyNou
bc591b07bd Added logic for validating unverified flow 2025-06-09 15:28:00 -04:00
JennyNou
514fdca340 Updated locator and logic for unverified policy flow 2025-06-09 15:26:20 -04:00
JennyNou
ca41375b3c Added unverified policy flag 2025-06-09 15:25:23 -04:00
JennyNou
8961740560 Changed policy deductible type to cover unverified coverage text 2025-06-09 15:24:58 -04:00
JennyNou
3e7d251244 Added new test to cover unverified insurance flow 2025-06-09 15:23:54 -04:00
Johnny Shultz
2da13e2544
Merge branch 'release/2025.06.19' into feature/CASH-824 2025-06-09 13:44:11 -04:00
Johnny shultz
f4d1e0a234 CASH-824
CASH-824 updated 2.0 fonts to urbanist and letter-spacing to 0.03em
2025-06-09 12:54:05 -04:00
maguire-arman
20fb39ed48 Adds Jira reporter and configures reports
Adds the playwright-jira-reporter to the project.

Configures both ortoni and jira reporters, including setting up
Jira API authentication and project keys.

The ortoni report filename is now dynamically generated with a date
stamp to prevent overwriting.

Updates the reporter configuration to conditionally include Jira reporter
when running in CI.
2025-06-06 10:06:36 -04:00
maguire-arman
f30049315c Adds custom node packages
Adds the playwright-jira-reporter and safelite-playwright-core packages to the project.

This allows the project to integrate with Jira for test reporting.
Also adds a .npmrc file to configure the npm registry to use Azure Artifacts.
2025-06-05 16:40:49 -04:00
maguire-arman
0756390830 Removes Playwright testing setup from core project
Removes Playwright testing setup, configurations, and related dependencies from the core project.

Introduces a dedicated 'playwright-tests' directory to contain the testing framework, isolating test-related dependencies and configurations from the core application.

This change aims to keep the core project lean and focused on application logic while promoting a more modular and maintainable testing approach.
2025-06-05 16:22:34 -04:00
chloeherdsafelite
9edb362934
Merge pull request #2578 from Safelite/rlsmerge/2025.06.19-to-develop
Rlsmerge/2025.06.19 to develop
2025-06-05 16:09:33 -04:00
Chloe Herd
19ebedbb2f Merge branch 'release/2025.06.19' into rlsmerge/2025.06.19-to-develop 2025-06-05 15:55:01 -04:00
chloeherdsafelite
37650eb50a
Merge pull request #2577 from Safelite/feature/CASH-916
Remove premature consumption of zip query
2025-06-05 14:18:35 -04:00
Chloe Herd
b3fd46350f Remove premature consumption of zip query 2025-06-05 14:04:44 -04:00
maguire-arman
fa93335cc6 Removes unused network cleanup step
Removes the network pruning step from the automated testing pipeline. This step is deemed unnecessary and removing it simplifies the process.
2025-06-05 09:34:45 -04:00
maguire-arman
636ad2bbd0 Adds Docker cleanup step to pipeline
Adds a Docker cleanup script to the pipeline to remove stopped containers, dangling images, unused networks, and unused volumes. This helps to free up disk space and prevent potential resource exhaustion during automated testing.
2025-06-05 09:23:45 -04:00
mvalaiyapathi
03ecb2743f
Merge pull request #2576 from Safelite/feature/CASH-804
CASH-804 - prevent First Available Appointment Date from Resetting
2025-06-04 14:14:45 -04:00
Minojhini Valaiyapathi
50a900afeb CASH-804 - Re arranged the order of export and private functions 2025-06-04 14:08:13 -04:00
Minojhini Valaiyapathi
8c167a4d47 CASH-804 - prevent First Available Appointment Date from Resetting 2025-06-04 12:47:21 -04:00
JennyNou
c2abf5d7aa Updated heavy truck naming 2025-06-04 11:30:00 -04:00
JennyNou
f5ecb1148a Added condition for validation 2025-06-04 11:29:34 -04:00
JennyNou
44934a7932 Merge branch 'CASH-631' into CASH-642 2025-06-04 10:40:20 -04:00
chloeherdsafelite
34675185a0
Merge pull request #2575 from Safelite/feature/CASH-837
Switch away from paypal when navigating back to payment
2025-06-04 09:23:44 -04:00
Chloe Herd
d7a32b582a Switch away from paypal when navigating back to payment 2025-06-03 14:59:52 -04:00
maguire-arman
ff1b746a99
Merge pull request #2574 from Safelite/kpatel/Misc_Fix
adding a change to handle addresslookup page
2025-06-03 11:05:50 -04:00
kpatel8hs4io
b10ec1f608 adding a change to handle addresslookup page 2025-06-03 11:00:51 -04:00
mvalaiyapathi
15d5b3095f
Merge pull request #2573 from Safelite/feature/CASH-697
CASH-697 - Passing AI-Generated Summary to SSR when Transferring from…
2025-06-03 10:18:58 -04:00
Minojhini Valaiyapathi
8f83f4184d CASH-697 - Passing AI-Generated Summary to SSR when Transferring from Scarlett to Salesforce Chat 2025-06-03 10:05:25 -04:00
maguire-arman
8ff1615ce1 Merge branch 'develop' into CASH-631 2025-06-02 09:41:53 -04:00
CarlNation
7518a3896e
Merge pull request #2572 from Safelite/rlsmerge/2025.06.05-to-develop
Rlsmerge/2025.06.05 to develop
2025-05-31 16:13:12 -04:00
CarlNation
19490dcbc8 Merge branch 'release/2025.06.05' into rlsmerge/2025.06.05-to-develop 2025-05-31 16:07:39 -04:00
CarlNation
358d2c005d Merge branch 'develop' into rlsmerge/2025.06.05-to-develop 2025-05-31 16:07:32 -04:00
CarlNation
50976357b3
Merge pull request #2571 from Safelite/nation/CASH-843
CASH-843
2025-05-31 16:02:26 -04:00
CarlNation
04d6d66e3e prettier 2025-05-31 15:57:58 -04:00
CarlNation
f49598220a CASH-843
CASH-843 prevent nav to return-user when loading a save quote
2025-05-31 15:52:51 -04:00
hiteshkumar87
539848d154
Merge pull request #2570 from Safelite/feature/Digital/CASH-834
CASH-834
2025-05-30 13:52:46 +05:30
hiteshkumar87
eca069eb3d
Merge branch 'release/2025.06.05' into feature/Digital/CASH-834 2025-05-30 13:29:14 +05:30
hiteshkumar87
8961e9e3b9 CASH-834
removing error message no longer required.
2025-05-30 13:28:10 +05:30
gc-carlin
ef1efe0fe0 Cash switch to insurance - needs fixing 2025-05-29 16:59:17 -04:00