File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
app/code/Magento/Customer/Test/Mftf Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 493
493
<data key =" postcode" >5555</data >
494
494
<data key =" telephone" >555-55-555-55</data >
495
495
</entity >
496
+ <entity name =" Finland_Address" type =" address" >
497
+ <data key =" state" >Ahvenanmaa</data >
498
+ <data key =" country_id" >FI</data >
499
+ <data key =" country" >Finland</data >
500
+ <data key =" default_shipping" >true</data >
501
+ <data key =" default_billing" >true</data >
502
+ </entity >
496
503
</entities >
Original file line number Diff line number Diff line change 49
49
50
50
<!-- Select Country = Canada And Region =Saskatchewan , Click on Save Button -->
51
51
<click selector =" {{AdminCustomerAddressesSection.country}}" stepKey =" clickCountryToOpenListOfCountries" />
52
- <click selector =" {{AdminCustomerAddressesSection.countryId(Canada_Address .country_id)}}" stepKey =" fillCountry" />
52
+ <click selector =" {{AdminCustomerAddressesSection.countryId(Finland_Address .country_id)}}" stepKey =" fillCountry" />
53
53
<click selector =" {{AdminCustomerAddressesSection.state}}" stepKey =" clickRegionToOpenListOfRegions" />
54
- <click selector =" {{AdminCustomerAddressesSection.regionId(Canada_Address .state)}}" stepKey =" fillRegion" />
54
+ <click selector =" {{AdminCustomerAddressesSection.regionId(Finland_Address .state)}}" stepKey =" fillRegion" />
55
55
<click selector =" {{AdminCustomerAddressesSection.saveAddress}}" stepKey =" clickSaveCustomer" />
56
56
57
57
<!-- Verify state name in address details section-->
58
- <see userInput =" {{Canada_Address .state}}" selector =" {{AdminCustomerAddressesSection.regionId(Canada_Address .state)}}" stepKey =" seeStateInAddress" />
58
+ <see userInput =" {{Finland_Address .state}}" selector =" {{AdminCustomerAddressesSection.regionId(Finland_Address .state)}}" stepKey =" seeStateInAddress" />
59
59
60
60
<!-- Click on edit link for default billing address , deselect region and click on save button-->
61
61
<click selector =" {{AdminCustomerAddressesDefaultBillingSection.editButton}}" stepKey =" clickEditDefaultBillingAddressAgain" />
69
69
</actionGroup >
70
70
71
71
<!-- Verify state name not visible under address details section-->
72
- <dontSee userInput =" {{Canada_Address .state}}" selector =" {{AdminCustomerAddressesDefaultBillingSection.addressDetails}}" stepKey =" dontSeeStateInAddress" />
72
+ <dontSee userInput =" {{Finland_Address .state}}" selector =" {{AdminCustomerAddressesDefaultBillingSection.addressDetails}}" stepKey =" dontSeeStateInAddress" />
73
73
</test >
74
74
</tests >
You can’t perform that action at this time.
0 commit comments