Skip to content

Commit 06e67f5

Browse files
MAGETWO-99691: Reorder doesn't show discount price in Order Totals block
1 parent 0aed6d3 commit 06e67f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Section/AdminCatalogPriceRuleGridSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1010
<section name="AdminCatalogPriceRuleGridSection">
1111
<element name="filterByRuleName" type="input" selector="#promo_catalog_grid_filter_name"/>
12-
<element name="attribute" type="text" selector="//*[@id='promo_catalog_grid_table']//td[contains(text(), '{{arg}}')]" parameterized="true"/>
12+
<element name="attribute" type="text" selector="//*[@id='promo_catalog_grid_table']//td[contains(text(), '{{attributeValue}}')]" parameterized="true"/>
1313
<element name="applyRulesButton" type="button" selector="#apply_rules" timeout="30"/>
1414
</section>
1515
</sections>

app/code/Magento/Sales/Test/Mftf/Test/AdminReorderWithCatalogPriceTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<!--Clear all filters in grid-->
4848
<amOnPage url="{{AdminOrdersPage.url}}" stepKey="onOrdersPage"/>
4949
<actionGroup ref="clearFiltersAdminDataGrid" stepKey="clearGridFilter"/>
50+
<actionGroup ref="logout" stepKey="logout"/>
5051
</after>
5152
<!-- Login as admin -->
5253
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)