Skip to content

Commit c789a3d

Browse files
committed
ACQE-8458: To validate removing a product from all websites in admin the product is saved successfully
- Updated user input text with data reference.
1 parent 613beed commit c789a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<argument name="productId" value="$$createSimpleProduct.id$$"/>
6666
</actionGroup>
6767
<!-- Set visibility to "not visible individually" -->
68-
<selectOption selector="{{AdminProductFormSection.visibility}}" userInput="Not Visible Individually" stepKey="setVisibilityNotVisibleIndividually"/>
68+
<selectOption selector="{{AdminProductFormSection.visibility}}" userInput="{{simpleProductNotVisibleIndividually.visibility}}" stepKey="setVisibilityNotVisibleIndividually"/>
6969
<!-- Uncheck all websites -->
7070
<actionGroup ref="UnassignWebsiteFromProductActionGroup" stepKey="unassignCreatedWebsiteInProduct">
7171
<argument name="website" value="{{secondCustomWebsite.name}}"/>

0 commit comments

Comments
 (0)