Skip to content

Commit 7eb6717

Browse files
committed
MAGETWO-99324: Reverting: [Magento Cloud] If a product has a custom attributes which requires a Unique Value, it cannot be saved when there's an active Scheduled Update
- Added fix for faulty test behavior
1 parent 7c2ad7b commit 7eb6717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="AdminCheckingAttributeValueOnProductEditPageTest">
10+
<test name="">
1111
<annotations>
1212
<features value="Catalog"/>
1313
<stories value="Create/configure Dropdown product attribute"/>
@@ -52,6 +52,7 @@
5252

5353
<!--Go to Product edit page-->
5454
<amOnPage url="{{AdminProductEditPage.url($$createSimpleProduct.id$$)}}" stepKey="goToProductEditPage"/>
55+
<waitForPageLoad stepKey="waitForPageLoad"/>
5556
<!--Click on attribute dropdown-->
5657
<click selector="{{AdminProductFormSection.customAttributeDropdownField($$createDropdownProductAttribute.attribute[attribute_code]$$)}}" stepKey="clickOnAttributeDropdown"/>
5758
<!--Check attribute dropdown options-->

0 commit comments

Comments
 (0)