Skip to content

Commit 99b5b73

Browse files
committed
ACQE-8231: Admin can export ordered product report without facing any errors
- Changes made as per latest comments
1 parent 4c2fb8c commit 99b5b73

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/code/Magento/Reports/Test/Mftf/Section/OrderReportMainSection/OrderReportMainSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<element name="fromDatePickerText" type="text" selector="span#gridTotalsCustomer_period_date_from_advice"/>
1818
<element name="toDatePicker" type="button" selector="//input[@name='report_to']/following-sibling::button"/>
1919
<element name="toDatePickerText" type="text" selector="span#gridTotalsCustomer_period_date_to_advice"/>
20-
<element name="exportBtn" type="button" selector="//button[@title='Export']"/>
20+
<element name="exportBtn" type="button" selector="//div[@class='admin__data-grid-export']//button"/>
2121
</section>
2222
</sections>

app/code/Magento/Reports/Test/Mftf/Test/AdminCanExportOrderedProductsReportTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
<createData entity="_defaultCategory" stepKey="createCategory"/>
2222
<createData entity="SimpleProduct2" stepKey="createSimpleProduct"/>
2323
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
24-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
25-
<argument name="indices" value=""/>
26-
</actionGroup>
2724
<!-- Login as a customer -->
2825
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginToStorefrontAccount">
2926
<argument name="Customer" value="$createCustomer$"/>

0 commit comments

Comments
 (0)