Skip to content

Commit b2da221

Browse files
committed
B2B-1704: Add MFTF test for MC-38621
- Changing export tax rates test username
1 parent 3c54550 commit b2da221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/TaxImportExport/Test/Mftf/Test/AdminExportTaxRatesTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- <argument name="filePath">/var/tmp/tax_rates.csv</argument>-->
3737
<!-- </helper>-->
3838
<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>
4040
</helper>
4141
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
4242
</after>
@@ -45,14 +45,14 @@
4545
<actionGroup ref="AdminNavigateImportExportTaxRatesActionGroup" stepKey="navigateToImportExportTaxRatesPage"/>
4646
<actionGroup ref="AdminExportTaxRatesActionGroup" stepKey="exportTaxRates"/>
4747
<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>
4949
</assertFileExists>
5050
<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>
5252
<argument name="text">{{US_CA_Rate_1.code}}</argument>
5353
</helper>
5454
<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>
5656
<argument name="text">{{US_NY_Rate_1.code}}</argument>
5757
</helper>
5858
<!-- <assertFileExists stepKey="assertExportFileExists">-->

0 commit comments

Comments
 (0)