File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/TaxImportExport/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 44
44
<!-- Export Tax Rates & Validate Export -->
45
45
<actionGroup ref =" AdminNavigateImportExportTaxRatesActionGroup" stepKey =" navigateToImportExportTaxRatesPage" />
46
46
<actionGroup ref =" AdminExportTaxRatesActionGroup" stepKey =" exportTaxRates" />
47
+ <executeJS function =" return window.performance.getEntriesByName('mousedown')[0].target.baseURI" stepKey =" exportURI" />
48
+
49
+ <comment userInput =" {$exportURI}" stepKey =" commentTest" />
50
+ <!-- <assertEquals stepKey="test">-->
51
+ <!-- <actualResult type="variable">exportURI</actualResult>-->
52
+ <!-- <expectedResult type="string">http://git24develop3.test/admin/tax/rate/importExport/</expectedResult>-->
53
+ <!-- </assertEquals>-->
54
+
55
+ <!-- todo: curl command to go to URI to download file -->
56
+
47
57
<assertFileExists stepKey =" assertExportFileExists" >
48
58
<actualResult type =" string" >/home/centos/Downloads/tax_rates.csv</actualResult >
49
59
</assertFileExists >
You can’t perform that action at this time.
0 commit comments