Skip to content

Commit 199aa0a

Browse files
committed
MAGETWO-91697: [Magento Cloud] "Tier Pricing" of Products changes to "Price" (without discount) after Updated Items and Quantities
- Update automated test
1 parent fde4906 commit 199aa0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
<requiredEntity createDataKey="category"/>
3535
</createData>
3636
<createData entity="Simple_US_Customer" stepKey="customer"/>
37+
<!--Login as admin-->
38+
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
3739
</before>
38-
<!--Login as admin-->
39-
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
40+
4041
<!--Create website, Sore adn Store View-->
4142
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="AdminCreateWebsite">
4243
<argument name="newWebsiteName" value="secondWebsite"/>
@@ -316,6 +317,7 @@
316317
<actionGroup ref="DeleteCartPriceRuleByName" stepKey="cleanUpRule">
317318
<argument name="ruleName" value="ship"/>
318319
</actionGroup>
320+
<actionGroup ref="logout" stepKey="logout"/>
319321
</after>
320322
</test>
321323
</tests>

0 commit comments

Comments
 (0)