Change rain defense to rain repel
Corrects the premium service package description to align with the updated service offering. The text "Rain Defense™" is replaced with "Rain repel treatment" for accuracy and consistency.
This commit is contained in:
parent
b3c3411a37
commit
c6124a658e
1 changed files with 3 additions and 3 deletions
|
|
@ -148,7 +148,7 @@ export class PaymentMethodPage extends BasePage {
|
||||||
expect.soft(servicePackageValue).toContain('New wiper blades');
|
expect.soft(servicePackageValue).toContain('New wiper blades');
|
||||||
}
|
}
|
||||||
if (servicePackage === ServicePackage.Premium) {
|
if (servicePackage === ServicePackage.Premium) {
|
||||||
expect.soft(servicePackageValue).toContain('Rain Defense™');
|
expect.soft(servicePackageValue).toContain('Rain repel treatment');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Promo Code Validation
|
// Promo Code Validation
|
||||||
|
|
@ -383,8 +383,8 @@ l
|
||||||
: stringForReplace;
|
: stringForReplace;
|
||||||
break;
|
break;
|
||||||
case ServicePackage.Premium:
|
case ServicePackage.Premium:
|
||||||
stringForRepair.push("New wiper blades", "Rain Defense™");
|
stringForRepair.push("New wiper blades", "Rain repel treatment");
|
||||||
stringForReplace.push("New wiper blades", "Rain Defense™");
|
stringForReplace.push("New wiper blades", "Rain repel treatment");
|
||||||
expectedServicePackageDetails["Premium service"] = isRepair
|
expectedServicePackageDetails["Premium service"] = isRepair
|
||||||
? stringForRepair
|
? stringForRepair
|
||||||
: stringForReplace;
|
: stringForReplace;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue