File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 18
18
</arguments >
19
19
20
20
<waitForElement selector =" {{CheckoutPaymentSection.paymentSectionTitle}}" time =" 30" stepKey =" waitForPaymentSectionLoaded" />
21
+ <waitForElementVisible selector =" {{CheckoutPaymentSection.billingAddress}}" stepKey =" waitForBillingAddressFirstNameVisible" />
21
22
<see userInput =" {{customerVar.firstName}}" selector =" {{CheckoutPaymentSection.billingAddress}}" stepKey =" assertBillingAddressFirstName" />
22
23
<see userInput =" {{customerVar.lastName}}" selector =" {{CheckoutPaymentSection.billingAddress}}" stepKey =" assertBillingAddressLastName" />
23
24
<see userInput =" {{customerAddressVar.street[0]}}" selector =" {{CheckoutPaymentSection.billingAddress}}" stepKey =" assertBillingAddressStreet" />
You can’t perform that action at this time.
0 commit comments