Skip to content

Commit 7b6cac5

Browse files
authored
Update AdminProductGridCustomViewColumnDisplayTest.xml
1 parent cde9bc4 commit 7b6cac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminProductGridCustomViewColumnDisplayTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminProductGridCustomViewColumnDisplayTest">
1212
<annotations>
13-
<stories value="Columns are still visible by clicking on their names in the Columns dropdown menu of product grid in Admin, not only on their respective checkboxes."/>
14-
<title value="Columns are visible by clicking on their names in the Columns dropdown menu of product grid in Admin"/>
13+
<stories value="Product grid columns visibility can be toggled by clicking on their names in the Columns drop-down menu, not just on their respective checkboxes."/>
14+
<title value="Product grid columns visibility can be toggled by clicking on their names in the Columns drop-down menu, not just on their respective checkboxes."/>
1515
<description value="Assert that after rearranging columns order on the product grid in Admin, it will still be possible to toggle the visibility of the columns by clicking on their names in the Columns dropdown menu, and not only on their respective checkboxes."/>
1616
<severity value="AVERAGE"/>
1717
<testCaseId value="AC-6229"/>
@@ -40,7 +40,7 @@
4040
<actionGroup ref="ToggleAdminProductGridColumnsDropdownActionGroup" stepKey="closeColumnsDropdownMenuAfterTogglePrice"/>
4141
<!-- Price column is not visible in product grid -->
4242
<dontSeeElement selector="{{AdminProductGridSection.columnHeader('Price')}}" stepKey="dontSeeProductPriceColumn"/>
43-
<!-- check weight column is not visible in product grid -->
43+
<!-- Check weight column is not visible in product grid -->
4444
<dontSeeElement selector="{{AdminProductGridSection.columnHeader('Weight')}}" stepKey="dontSeeWeightColumn"/>
4545
<!-- Click on columns, in dropdown click on column name weight -->
4646
<actionGroup ref="ToggleAdminProductGridColumnsDropdownActionGroup" stepKey="openColumnsDropdownMenuToToggleWeight"/>

0 commit comments

Comments
 (0)