Skip to content

Commit 613beed

Browse files
committed
ACQE-8458: To validate removing a product from all websites in admin the product is saved successfully
- In test file updated severity value and used action group to save the product.
1 parent ced1b6b commit 613beed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Unassign all websites from a product and set visibility to Not Visible Individually"/>
1616
<description value="Validate Removing a product from all websites in admin the product is saved successfully"/>
1717
<testCaseId value="AC-3653"/>
18-
<severity value="MAJOR"/>
18+
<severity value="AVERAGE"/>
1919
<group value="catalog"/>
2020
</annotations>
2121
<before>
@@ -74,7 +74,7 @@
7474
<argument name="website" value="{{_defaultWebsite.name}}"/>
7575
</actionGroup>
7676
<!-- Save the product -->
77-
<click selector="{{AdminProductFormAdvancedPricingSection.save}}" stepKey="saveProductAfterUpdate"/>
77+
<actionGroup ref="AdminProductFormSaveActionGroup" stepKey="saveProductAfterUpdate"/>
7878
<!-- Step 3: Verify the product is saved successfully -->
7979
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
8080
</test>

0 commit comments

Comments
 (0)