Skip to content

Commit 924a101

Browse files
committed
MC-8647: [Inline Translation] Inline translate on Checkout
1 parent 40a898e commit 924a101

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/code/Magento/Braintree/Test/Mftf/Data/BraintreeData.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,9 @@
161161
<entity name="DefaultEnableSolution" type="active">
162162
<data key="value">0</data>
163163
</entity>
164+
165+
<entity name="StoredPaymentMethods">
166+
<data key="cardNumberEnding">5100</data>
167+
<data key="cardExpire">12/2020</data>
168+
</entity>
164169
</entities>

app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AssertStorefrontCustomerSavedCardActionGroup">
1212
<arguments>
13-
<argument name="card" type="entity"/>
13+
<argument name="card" type="entity" defaultValue="StoredPaymentMethods"/>
1414
</arguments>
1515
<see selector="{{StorefrontCustomerStoredPaymentMethodsSection.cardNumber}}" userInput="{{card.cardNumberEnding}}" stepKey="verifyCardNumber"/>
1616
<see selector="{{StorefrontCustomerStoredPaymentMethodsSection.expirationDate}}" userInput="{{card.cardExpire}}" stepKey="verifyCardExpire"/>

0 commit comments

Comments
 (0)