Skip to content

Commit c4bc702

Browse files
committed
MC-215: Admin should be able to change a bundle product status to Enabled/Disabled
1 parent cfb588b commit c4bc702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/Test/EnableDisableBundleProductStatusTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description value="Admin should be able to change a bundle product status to Enabled/Disabled"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-215"/>
19-
<group value="Bundle"/>
19+
<group value="banana"/>
2020
</annotations>
2121
<before>
2222
<!--Creating data-->
@@ -78,7 +78,7 @@
7878
<actionGroup ref="FindProductToEdit" stepKey="FindProductEditPage"/>
7979
<click stepKey="ClickOnEnableDisableToggle" selector="{{AdminProductFormBundleSection.enableDisableToggle}}"/>
8080
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickSaveButtonAgain"/>
81-
<see userInput="You saved the product." stepKey="messageYouSavedTheProductIsShownAgain"/>
81+
<seeElement selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="messageYouSavedTheProductIsShown2"/>
8282
<waitForPageLoad stepKey="PauseForSave"/>
8383
<amOnPage url="{{BundleProduct.urlKey}}.html" stepKey="GoToProductPageAgain"/>
8484
<waitForPageLoad stepKey="WaitForProductPageToLoadToShowElement"/>

0 commit comments

Comments
 (0)