File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/TaxImportExport/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
<!-- <argument name="filePath">/var/tmp/tax_rates.csv</argument>-->
37
37
<!-- </helper>-->
38
38
<helper class =" \Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" deleteFileIfExists" stepKey =" deleteExportFile" >
39
- <argument name =" filePath" >/home/seluser /Downloads/tax_rates.csv</argument >
39
+ <argument name =" filePath" >/home/centos /Downloads/tax_rates.csv</argument >
40
40
</helper >
41
41
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
42
42
</after >
45
45
<actionGroup ref =" AdminNavigateImportExportTaxRatesActionGroup" stepKey =" navigateToImportExportTaxRatesPage" />
46
46
<actionGroup ref =" AdminExportTaxRatesActionGroup" stepKey =" exportTaxRates" />
47
47
<assertFileExists stepKey =" assertExportFileExists" >
48
- <actualResult type =" string" >/home/seluser /Downloads/tax_rates.csv</actualResult >
48
+ <actualResult type =" string" >/home/centos /Downloads/tax_rates.csv</actualResult >
49
49
</assertFileExists >
50
50
<helper class =" \Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" assertFileContainsString" stepKey =" assertExportedFileContainsCATaxRate" >
51
- <argument name =" filePath" >/home/seluser /Downloads/tax_rates.csv</argument >
51
+ <argument name =" filePath" >/home/centos /Downloads/tax_rates.csv</argument >
52
52
<argument name =" text" >{{US_CA_Rate_1.code}}</argument >
53
53
</helper >
54
54
<helper class =" \Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" assertFileContainsString" stepKey =" assertExportedFileContainsNYTaxRate" >
55
- <argument name =" filePath" >/home/seluser /Downloads/tax_rates.csv</argument >
55
+ <argument name =" filePath" >/home/centos /Downloads/tax_rates.csv</argument >
56
56
<argument name =" text" >{{US_NY_Rate_1.code}}</argument >
57
57
</helper >
58
58
<!-- <assertFileExists stepKey="assertExportFileExists">-->
You can’t perform that action at this time.
0 commit comments