|
38 | 38 | </after> |
39 | 39 |
|
40 | 40 | <!-- Verify configurable product details in storefront product view --> |
41 | | - <actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openStorefrontProductPage"> |
| 41 | + <actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="amOnConfigurableProductPage"> |
42 | 42 | <argument name="productUrl" value="{{_defaultProduct.urlKey}}"/> |
43 | 43 | </actionGroup> |
44 | 44 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="wait"/> |
|
49 | 49 | <argument name="productSku" value="{{_defaultProduct.sku}}"/> |
50 | 50 | </actionGroup> |
51 | 51 | <see userInput="As low as" selector="{{StorefrontProductInfoMainSection.productPriceLabel}}" stepKey="seeProductPriceLabel"/> |
52 | | - <actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeProductStatusInStoreFront"> |
| 52 | + <actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeProductStockStatus"> |
53 | 53 | <argument name="productStockStatus" value="In Stock"/> |
54 | 54 | </actionGroup> |
55 | 55 | <actionGroup ref="StorefrontAssertProductPriceOnProductPageActionGroup" stepKey="seeProductPrice"> |
|
59 | 59 | <argument name="productAttributeLabel" value="{{colorProductAttribute.default_label}}"/> |
60 | 60 | </actionGroup> |
61 | 61 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeColorAttributeName1"/> |
62 | | - <actionGroup ref="AssertStorefrontProductAtttributeOptionVisibleActionGroup" stepKey="seeInDropDown1"> |
| 62 | + <actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeInDropDown1"> |
63 | 63 | <argument name="productAttributeOption" value="{{colorProductAttribute1.name}}"/> |
64 | 64 | </actionGroup> |
65 | | - <actionGroup ref="AssertStorefrontProductAtttributeOptionVisibleActionGroup" stepKey="seeInDropDown2"> |
| 65 | + <actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeInDropDown2"> |
66 | 66 | <argument name="productAttributeOption" value="{{colorProductAttribute2.name}}"/> |
67 | 67 | </actionGroup> |
68 | | - <actionGroup ref="AssertStorefrontProductAtttributeOptionVisibleActionGroup" stepKey="seeInDropDown3"> |
| 68 | + <actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeInDropDown3"> |
69 | 69 | <argument name="productAttributeOption" value="{{colorProductAttribute3.name}}"/> |
70 | 70 | </actionGroup> |
71 | 71 | </test> |
|
0 commit comments