File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5353 <fillField selector =" {{CheckoutShippingSection.street}}" userInput =" johndoe@example.com" stepKey =" SetInvalidStreetAddress" />
5454 <waitForElementVisible selector =" {{CheckoutShippingSection.country}}" stepKey =" waitToSelectCountry" />
5555 <selectOption selector =" {{CheckoutShippingSection.country}}" userInput =" United States" stepKey =" selectCountryInStorefrontAddressBook" />
56- <waitForElementVisible selector =" {{CheckoutShippingSection.region}}" stepKey =" waitToSelectState" />
57- <selectOption selector =" {{CheckoutShippingSection.region}}" userInput =" California" stepKey =" selectStateInStorefrontAddressBook" />
58- <fillField selector =" {{CheckoutShippingSection.city}}" userInput =" johndoe@example.com" stepKey =" SetInvalidCity" />
59- <fillField selector =" {{CheckoutShippingSection.postcode}}" userInput =" johndoe@example.com" stepKey =" SetInvalidZipCode" />
60- <fillField selector =" {{CheckoutShippingSection.telephone}}" userInput =" johndoe@example.com" stepKey =" SetInvalidPhoneNumber" />
56+ <actionGroup ref =" GuestCheckoutFillNewShippingAddressActionGroup" stepKey =" guestCheckoutFillingShippingSection" >
57+ <argument name =" customer" value =" CustomerEntityOne" />
58+ <argument name =" address" value =" CustomerInvalidAddress" />
59+ </actionGroup >
6160 <!-- Select Flat Rate shipping method-->
6261 <waitForElementClickable selector =" {{CheckoutShippingMethodsSection.shippingMethodFlatRate}}" stepKey =" waitForFlatRateShippingMethod" />
6362 <actionGroup ref =" CheckoutSelectFlatRateShippingMethodActionGroup" stepKey =" selectFlatRateShippingMethod" />
You can’t perform that action at this time.
0 commit comments