|
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 |
| - <actionGroup name="AssertStorefrontMultishippingAddressAndItemUKGEActionGroup"> |
| 11 | + <actionGroup name="AssertStorefrontMultishippingAddressAndItemUKGEActionGroup" extends="AssertStorefrontMultishippingAddressAndItemActionGroup"> |
12 | 12 | <annotations>
|
13 |
| - <description>Verify item information on Ship to Multiple Addresses page.</description> |
| 13 | + <description>Verify item information on Ship to Multiple Addresses page for UK and Germany.</description> |
14 | 14 | </annotations>
|
15 | 15 | <arguments>
|
16 |
| - <argument name="productSequenceNumber" type="string" defaultValue="1"/> |
17 | 16 | <argument name="addressQtySequenceNumber" type="string" defaultValue="1"/>
|
18 |
| - <argument name="productName" type="string" defaultValue="{{SimpleProduct.name}}"/> |
19 |
| - <argument name="quantity" type="string" defaultValue="1"/> |
20 |
| - <argument name="firstName" type="string" defaultValue="{{US_Address_CA.firstname}}"/> |
21 |
| - <argument name="lastName" type="string" defaultValue="{{US_Address_CA.lastname}}"/> |
22 |
| - <argument name="city" type="string" defaultValue="{{US_Address_CA.city}}"/> |
23 |
| - <argument name="postCode" type="string" defaultValue="{{US_Address_CA.postcode}}"/> |
24 |
| - <argument name="country" type="string" defaultValue="{{US_Address_CA.country}}"/> |
25 |
| - <argument name="addressStreetLine1" type="string" defaultValue="{{US_Address_CA.street[0]}}"/> |
26 | 17 | </arguments>
|
27 |
| - |
28 |
| - <seeElement selector="{{MultishippingSection.productLink(productName, productSequenceNumber)}}" stepKey="verifyProductName"/> |
29 |
| - <seeInField selector="{{MultishippingSection.productQty(addressQtySequenceNumber)}}" userInput="{{quantity}}" stepKey="verifyQuantity"/> |
30 |
| - <seeInField selector="{{MultishippingSection.shippingAddressSelector(addressQtySequenceNumber)}}" userInput="{{firstName}} {{lastName}}, {{addressStreetLine1}}, {{city}}, {{postCode}}, {{country}}" stepKey="verifyAddress"/> |
| 18 | + <remove keyForRemoval="verifyAddress"/> |
| 19 | + <seeInField selector="{{MultishippingSection.shippingAddressSelector(addressQtySequenceNumber)}}" userInput="{{firstName}} {{lastName}}, {{addressStreetLine1}}, {{city}}, {{postCode}}, {{country}}" stepKey="verifyAddressDetails"/> |
31 | 20 | </actionGroup>
|
32 | 21 | </actionGroups>
|
0 commit comments