Skip to content

Commit 63c5db6

Browse files
committed
MC-15406: [FT] [MFTF] StorefrontPurchaseProductCustomOptionsDifferentStoreViewsTest fails because of bad design
1 parent 68ebdbd commit 63c5db6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
<remove keyForRemoval="seeSavedMessage"/>
3636
</actionGroup>
3737

38+
<!--Save the Store view-->
39+
<actionGroup name="AdminCreateStoreViewActionSaveGroup">
40+
<waitForLoadingMaskToDisappear stepKey="waitForGridLoad"/>
41+
<waitForElementVisible selector="{{AdminStoresGridSection.websiteFilterTextField}}" stepKey="waitForStoreGridToReload2"/>
42+
<see userInput="You saved the store view." stepKey="seeSavedMessage" />
43+
</actionGroup>
44+
3845
<actionGroup name="navigateToAdminContentManagementPage">
3946
<amOnPage url="{{AdminContentManagementPage.url}}" stepKey="navigateToConfigurationPage"/>
4047
<waitForPageLoad stepKey="waitForPageLoad1"/>
@@ -58,4 +65,4 @@
5865
<waitForElementVisible selector="{{errorMessageSelector}}" stepKey="waitForErrorMessage"/>
5966
<see selector="{{errorMessageSelector}}" userInput="{{errorMessage}}" stepKey="seeErrorMessage"/>
6067
</actionGroup>
61-
</actionGroups>
68+
</actionGroups>

0 commit comments

Comments
 (0)