Skip to content

Commit

Permalink
fix: fix test by propagiating change in the unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulates-sap committed Nov 5, 2024
1 parent 9010f69 commit b240ddb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -649,7 +649,7 @@ describe('CheckoutPaymentMethodComponent', () => {
},
paymentMethod1
).role
).toEqual('region');
).toEqual('application');
});

it('should be set to "button" for non selected payment cards', () => {
Expand Down

0 comments on commit b240ddb

Please sign in to comment.