Skip to content

Commit 8f5aaec

Browse files
committed
Fixing mentioned issues
1 parent 2ff8b5e commit 8f5aaec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitCategoriesPopupActionGroup.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="AdminSubmitCategoriesPopupActionGroup">
1212
<annotations>
13-
<description>Clicks on Done on the search categories popup.</description>
13+
<description>Clicks the "Done" button on the Search Categories popup.</description>
1414
</annotations>
1515

1616
<click selector="{{AdminProductFormSection.done}}" stepKey="clickOnDoneButton" />

app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AssertAdminStoreValueIsSetForUrlRewriteActionGroup.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AssertAdminStoreValueIsSetForUrlRewriteActionGroup">
1212
<annotations>
13-
<description>Validates that the proper Store Value is used for URL Rewrite.</description>
13+
<description>Verifies that the proper Store Value is used for URL Rewrite.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="storeValue" type="string"/>
1717
</arguments>
1818

19-
<see selector="{{AdminUrlRewriteIndexSection.gridCellByColumnRowNumber('1', 'Store View')}}" userInput="{{storeValue}}" stepKey="seeStoreValueForCategoryId"/>
19+
<see selector="{{AdminUrlRewriteIndexSection.gridCellByColumnRowNumber('1', 'Store View')}}"
20+
userInput="{{storeValue}}" stepKey="seeStoreValueForCategoryId"/>
2021
</actionGroup>
2122
</actionGroups>

0 commit comments

Comments
 (0)