Skip to content

Commit 23dfe2b

Browse files
committed
MC-29967: [Braintree] Place Order button is not disabled
1 parent 56a0f6c commit 23dfe2b

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Vault/view/frontend/web/js/view/payment/method-renderer

1 file changed

+2
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Vault/view/frontend/web/js/view/payment/method-renderer/vault.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ define([
8888
expect(vault.isPlaceOrderActionAllowed()).toBeFalsy();
8989
});
9090

91-
it('Payment method exist but place order action is not allowed', function () {
91+
it('Payment method exists, but place order action is not allowed', function () {
9292
vault.selectPaymentMethod();
9393
expect(mocks['Magento_Checkout/js/model/quote'].paymentMethod().method).toEqual('vaultIndex');
9494

@@ -99,7 +99,7 @@ define([
9999

100100
});
101101

102-
it('Billing address exist but there is no selected payment method', function () {
102+
it('Billing address exists, but there is no selected payment method', function () {
103103
mocks['Magento_Checkout/js/model/quote'].billingAddress(billingAddress);
104104

105105
expect(vault.isButtonActive()).toBeFalsy();

0 commit comments

Comments
 (0)