Skip to content

Commit a3f308f

Browse files
committed
Fix some minor issues
1 parent e2c81c4 commit a3f308f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<description>Expand Content section on the Admin CMS Page creation/edit.</description>
1414
</annotations>
1515
<click selector="{{CmsNewPagePageContentSection.header}}" stepKey="expandContentSection"/>
16-
<waitForPageLoad stepKey="waitForSeoSection"/>
16+
<waitForPageLoad stepKey="waitForContentSection"/>
1717
</actionGroup>
1818
</actionGroups>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<description>Expand SEO section on the Admin CMS Page creation/edit.</description>
1414
</annotations>
1515
<click selector="{{CmsNewPagePageSeoSection.header}}" stepKey="expandSeoSection"/>
16-
<waitForPageLoad stepKey="waitForContentSection"/>
16+
<waitForPageLoad stepKey="waitForSeoSection"/>
1717
</actionGroup>
1818
</actionGroups>

app/code/Magento/Widget/Test/Mftf/Test/NewProductsListWidgetTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
<actionGroup ref="AdminCmsPageSetUrlActionGroup" stepKey="fillPageUrlKey">
5454
<argument name="urlKey" value="{{_newDefaultCmsPage.identifier}}"/>
5555
</actionGroup>
56-
<actionGroup ref="SaveCmsPageActionGroup" stepKey="clickSaveCmsPage" />
56+
<actionGroup ref="SaveCmsPageActionGroup" stepKey="clickSaveCmsPage"/>
5757
</test>
5858
</tests>

0 commit comments

Comments
 (0)