Skip to content

Commit b5151b8

Browse files
committed
adjustments
1 parent 283389b commit b5151b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSimpleProductTest/AdminConfigDefaultProductLayoutFromConfigurationSettingTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
<seeOptionIsSelected selector="{{ProductDesignSection.LayoutDropdown}}" userInput="3 columns" stepKey="see3ColumnsSelected"/>
5656

5757
</test>
58-
</tests>
58+
</tests>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
<arguments>
1616
<argument name="layout" type="string"/>
1717
</arguments>
18-
1918
<waitForElementVisible selector="{{DefaultLayoutsSection.productLayout}}" stepKey="waittForDefaultProductLayout"/>
2019
<selectOption selector="{{DefaultLayoutsSection.productLayout}}" userInput="{{layout}}" stepKey="selectLayout"/>
2120
<click selector="{{ContentManagementSection.Save}}" stepKey="clickSaveConfig"/>
21+
<waitForPageLoad stepKey="waitForSavingSystemConfiguration"/>
22+
<see userInput="You saved the configuration." stepKey="seeSuccessMessage"/>
2223

2324
</actionGroup>
2425
</actionGroups>

0 commit comments

Comments
 (0)