Skip to content

Commit 6df880a

Browse files
committed
use right deprication tag
1 parent 0305290 commit 6df880a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminNavigateToPageGridActionGroup.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
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="AdminNavigateToPageGridActionGroup">
11+
<actionGroup name="AdminNavigateToPageGridActionGroup" deprecated="Use AdminOpenCMSPagesGridActionGroup instead.">
1212
<annotations>
13-
<description>DEPRECATED. Use AdminOpenCMSPagesGridActionGroup instead. Navigates to CMS page grid.</description>
13+
<description>Navigates to CMS page grid.</description>
1414
</annotations>
1515

16-
1716
<amOnPage url="{{CmsPagesPage.url}}" stepKey="amOnPagePagesGrid"/>
18-
<waitForPageLoad stepKey="waitForPageLoad1"/>
17+
<waitForPageLoad stepKey="waitForPageLoad"/>
1918
</actionGroup>
2019
</actionGroups>

0 commit comments

Comments
 (0)