Skip to content

Commit 4e1eefa

Browse files
author
Dmytro Bursak
committed
MTA-2316: [MX] Reports module functional tests maintenance
- Corrected dataSet
1 parent 3f98c34 commit 4e1eefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/SalesInvoiceReportEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<data name="invoiceReport/from" xsi:type="string">m/d/Y</data>
4040
<data name="invoiceReport/to" xsi:type="string">m/d/Y</data>
4141
<data name="invoiceReport/show_order_statuses" xsi:type="string">Specified</data>
42-
<data name="invoiceReport/data/order_statuses" xsi:type="string">Processing</data>
42+
<data name="invoiceReport/order_statuses" xsi:type="string">Processing</data>
4343
<data name="invoiceReport/show_empty_rows" xsi:type="string">No</data>
4444
<constraint name="Magento\Reports\Test\Constraint\AssertInvoiceReportIntervalResult" />
4545
<constraint name="Magento\Reports\Test\Constraint\AssertInvoiceReportTotalResult" />

0 commit comments

Comments
 (0)