Skip to content

Commit 25ee1a2

Browse files
MAGETWO-98818: [Magento Cloud] You cannot schedule an update for the Tier price if it was set as a discount on the original price
- Updated automated test script
1 parent 6dd8aca commit 25ee1a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@
485485
</actionGroup>
486486
<actionGroup name="AdminProductAdvancedPricingNewCustomerGroupPrice">
487487
<arguments>
488-
<argument name="qty" type="string"/>
489-
<argument name="priceType" type="string"/>
490-
<argument name="discount" type="string"/>
491-
<argument name="customerGroup" type="string"/>
488+
<argument name="qty" type="string" defaultValue="2"/>
489+
<argument name="priceType" type="string" defaultValue="Discount"/>
490+
<argument name="discount" type="string" defaultValue="75"/>
491+
<argument name="customerGroup" type="string" defaultValue="0"/>
492492
</arguments>
493493
<click selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="addCustomerGroup"/>
494494
<fillField selector="{{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput(customerGroup)}}" userInput="{{qty}}" stepKey="fillProductTierPriceQtyInput1"/>

0 commit comments

Comments
 (0)