File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 </actionGroup >
6060 <reloadPage stepKey =" realoadPageAfterConfigChanged" />
6161 <see selector =" {{StorefrontCustomerAddressSection.country}}" userInput =" United States" stepKey =" seeUnitedStatesCountry" />
62- <see selector =" {{StorefrontCustomerAddressSection.country}}" userInput =" Brazil" stepKey =" seeBrazilCountry " />
62+ <dontSee selector =" {{StorefrontCustomerAddressSection.country}}" userInput =" Brazil" stepKey =" seeBrazilCountry1 " />
6363 </test >
6464</tests >
Original file line number Diff line number Diff line change 55 * See COPYING.txt for license details.
66 */
77-->
8-
8+
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
1111 <actionGroup name =" StorefrontFillBillingAddressActionGroup" >
1515 <fillField selector =" {{CheckoutPaymentSection.guestFirstName}}" userInput =" {{address.firstname}}" stepKey =" enterFirstName" />
1616 <fillField selector =" {{CheckoutPaymentSection.guestLastName}}" userInput =" {{address.lastname}}" stepKey =" enterLastName" />
1717 <fillField selector =" {{CheckoutPaymentSection.guestStreet}}" userInput =" {{address.street[0]}}" stepKey =" enterStreet" />
18+ <selectOption selector =" {{CheckoutPaymentSection.guestCountry}}" userInput =" {{address.country_id}}" stepKey =" enterCountrys" />
1819 <fillField selector =" {{CheckoutPaymentSection.guestCity}}" userInput =" {{address.city}}" stepKey =" enterCity" />
1920 <fillField selector =" {{CheckoutPaymentSection.guestPostcode}}" userInput =" {{address.postcode}}" stepKey =" enterPostcode" />
20- <selectOption selector =" {{CheckoutPaymentSection.guestCountry}}" userInput =" {{address.country_id}}" stepKey =" enterCountry" />
2121 <fillField selector =" {{CheckoutPaymentSection.guestTelephone}}" userInput =" {{address.telephone}}" stepKey =" enterTelephone" />
2222 <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
2323 </actionGroup >
24- </actionGroups >
24+ </actionGroups >
You can’t perform that action at this time.
0 commit comments