File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Customer/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 27
27
<fillField stepKey =" fillZip" userInput =" {{Address.postcode}}" selector =" {{StorefrontCustomerAddressFormSection.zip}}" />
28
28
<selectOption stepKey =" selectCountry" userInput =" {{Address.country}}" selector =" {{StorefrontCustomerAddressFormSection.country}}" />
29
29
<click stepKey =" checkUseAsDefaultBillingAddressCheckBox" selector =" {{StorefrontCustomerAddressFormSection.useAsDefaultBillingAddressCheckBox}}" />
30
+ <scrollTo selector =" {{StorefrontCustomerAddressFormSection.useAsDefaultShippingAddressCheckBox}}" stepKey =" scrollToUseAsDefaultShippingAddressCheckbox" />
30
31
<click stepKey =" checkUseAsDefaultShippingAddressCheckBox" selector =" {{StorefrontCustomerAddressFormSection.useAsDefaultShippingAddressCheckBox}}" />
31
32
<click stepKey =" saveCustomerAddress" selector =" {{StorefrontCustomerAddressFormSection.saveAddress}}" />
32
33
<waitForPageLoad stepKey =" waitForPageLoad" />
You can’t perform that action at this time.
0 commit comments