We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e913f commit 4189a1fCopy full SHA for 4189a1f
app/code/Magento/Tax/Test/Mftf/Test/AdminCheckingTaxReportGridTest.xml
@@ -205,6 +205,7 @@
205
<see selector="{{AdminTaxReportsSection.taxRuleAmount(TaxRateTexas.code)}}" userInput="$amountOfTaxOnFirstProduct" stepKey="assertSubtotalFirstField"/>
206
<see selector="{{AdminTaxReportsSection.taxRuleAmount(SecondTaxRateTexas.code)}}" userInput="$amountOfTaxOnSecondProduct" stepKey="assertSubtotalSecondField"/>
207
<!-- Return sum of all amounts on report except subtotal -->
208
+ <!-- Cannot simply add totals generated in this test above because tests that run before this test will appear in the generated report -->
209
<executeJS function="
210
return (
211
function() {
0 commit comments