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 59
59
</actionGroup >
60
60
<reloadPage stepKey =" realoadPageAfterConfigChanged" />
61
61
<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 " />
63
63
</test >
64
64
</tests >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
-
8
+
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" StorefrontFillBillingAddressActionGroup" >
15
15
<fillField selector =" {{CheckoutPaymentSection.guestFirstName}}" userInput =" {{address.firstname}}" stepKey =" enterFirstName" />
16
16
<fillField selector =" {{CheckoutPaymentSection.guestLastName}}" userInput =" {{address.lastname}}" stepKey =" enterLastName" />
17
17
<fillField selector =" {{CheckoutPaymentSection.guestStreet}}" userInput =" {{address.street[0]}}" stepKey =" enterStreet" />
18
+ <selectOption selector =" {{CheckoutPaymentSection.guestCountry}}" userInput =" {{address.country_id}}" stepKey =" enterCountrys" />
18
19
<fillField selector =" {{CheckoutPaymentSection.guestCity}}" userInput =" {{address.city}}" stepKey =" enterCity" />
19
20
<fillField selector =" {{CheckoutPaymentSection.guestPostcode}}" userInput =" {{address.postcode}}" stepKey =" enterPostcode" />
20
- <selectOption selector =" {{CheckoutPaymentSection.guestCountry}}" userInput =" {{address.country_id}}" stepKey =" enterCountry" />
21
21
<fillField selector =" {{CheckoutPaymentSection.guestTelephone}}" userInput =" {{address.telephone}}" stepKey =" enterTelephone" />
22
22
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
23
23
</actionGroup >
24
- </actionGroups >
24
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments