Skip to content

Commit a9947c5

Browse files
committed
Fixed typos
1 parent ed6bb0f commit a9947c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductInfoMainProductNameActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AssertStorefrontProductInfoMainProductNameActionGroup">
1212
<annotations>
13-
<description>Validates that the provided Product Price and Final Product Price are present on the Storefront Product Info Main section on the page.</description>
13+
<description>Validates that the provided Product name are present on the Storefront Product Info Main section on the page.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="value" type="string"/>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
<!-- Verify not able to add configurable product to cart when no option is selected in storefront product view -->
5050
<amOnPage url="{{_defaultProduct.urlKey}}.html" stepKey="amOnConfigurableProductPage"/>
5151
<waitForPageLoad stepKey="wait"/>
52-
<see userInput="" selector="{{StorefrontProductInfoMainSection.productName}}" stepKey="seeProductName"/>
5352
<actionGroup ref="AssertStorefrontProductInfoMainProductNameActionGroup" stepKey="seeProductName">
54-
<argument name="value" value="{{StorefrontProductInfoMainSection.productName}}"/>
53+
<argument name="value" value="{{_defaultProduct.name}}"/>
5554
</actionGroup>
5655
<waitForElementVisible selector="{{StorefrontProductInfoMainSection.AddToCart}}" stepKey="waitForAddToCartVisible"/>
5756
<click selector="{{StorefrontProductInfoMainSection.AddToCart}}" stepKey="clickAddToCart"/>

0 commit comments

Comments
 (0)