Skip to content

Commit c74c888

Browse files
committed
refactoring
1 parent 09f63c0 commit c74c888

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AssertStorefrontProductAtttributeOptionVisibleActionGroup">
11+
<actionGroup name="AssertStorefrontProductAttributeOptionVisibleActionGroup">
1212
<arguments>
1313
<argument name="productAttributeOption" type="string"/>
1414
</arguments>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontConfigurableProductDetailsTest/StorefrontConfigurableProductBasicInfoTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</after>
3939

4040
<!-- Verify configurable product details in storefront product view -->
41-
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openStorefrontProductPage">
41+
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="amOnConfigurableProductPage">
4242
<argument name="productUrl" value="{{_defaultProduct.urlKey}}"/>
4343
</actionGroup>
4444
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="wait"/>
@@ -49,7 +49,7 @@
4949
<argument name="productSku" value="{{_defaultProduct.sku}}"/>
5050
</actionGroup>
5151
<see userInput="As low as" selector="{{StorefrontProductInfoMainSection.productPriceLabel}}" stepKey="seeProductPriceLabel"/>
52-
<actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeProductStatusInStoreFront">
52+
<actionGroup ref="AssertStorefrontProductStockStatusOnProductPageActionGroup" stepKey="seeProductStockStatus">
5353
<argument name="productStockStatus" value="In Stock"/>
5454
</actionGroup>
5555
<actionGroup ref="StorefrontAssertProductPriceOnProductPageActionGroup" stepKey="seeProductPrice">
@@ -59,13 +59,13 @@
5959
<argument name="productAttributeLabel" value="{{colorProductAttribute.default_label}}"/>
6060
</actionGroup>
6161
<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">
6363
<argument name="productAttributeOption" value="{{colorProductAttribute1.name}}"/>
6464
</actionGroup>
65-
<actionGroup ref="AssertStorefrontProductAtttributeOptionVisibleActionGroup" stepKey="seeInDropDown2">
65+
<actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeInDropDown2">
6666
<argument name="productAttributeOption" value="{{colorProductAttribute2.name}}"/>
6767
</actionGroup>
68-
<actionGroup ref="AssertStorefrontProductAtttributeOptionVisibleActionGroup" stepKey="seeInDropDown3">
68+
<actionGroup ref="AssertStorefrontProductAttributeOptionVisibleActionGroup" stepKey="seeInDropDown3">
6969
<argument name="productAttributeOption" value="{{colorProductAttribute3.name}}"/>
7070
</actionGroup>
7171
</test>

0 commit comments

Comments
 (0)