From b240ddb03d2ff65832b3d5d9c667d843ff8ff269 Mon Sep 17 00:00:00 2001 From: Uros Lates Date: Tue, 5 Nov 2024 13:58:26 +0100 Subject: [PATCH] fix: fix test by propagiating change in the unit-test --- .../checkout-payment-method.component.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feature-libs/checkout/base/components/checkout-payment-method/checkout-payment-method.component.spec.ts b/feature-libs/checkout/base/components/checkout-payment-method/checkout-payment-method.component.spec.ts index 31d6c83d141..4edf4c2a99c 100644 --- a/feature-libs/checkout/base/components/checkout-payment-method/checkout-payment-method.component.spec.ts +++ b/feature-libs/checkout/base/components/checkout-payment-method/checkout-payment-method.component.spec.ts @@ -637,7 +637,7 @@ describe('CheckoutPaymentMethodComponent', () => { }; }); - it('should be set to "region" for selected payment card', () => { + it('should be set to "application" for selected payment card', () => { expect( component['createCard']( paymentMethod1, @@ -649,7 +649,7 @@ describe('CheckoutPaymentMethodComponent', () => { }, paymentMethod1 ).role - ).toEqual('region'); + ).toEqual('application'); }); it('should be set to "button" for non selected payment cards', () => {