File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Bundle/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 131
131
132
132
<!-- Check all products and Cart Subtotal -->
133
133
<actionGroup ref =" StorefrontCheckCartActionGroup" stepKey =" cartAssert" after =" waitForDetailsOpen" >
134
- <argument name =" subtotal" value =" BundleProductsSummary.subtotal " />
135
- <argument name =" shipping" value =" BundleProductsSummary.shipping " />
136
- <argument name =" shippingMethod" value =" BundleProductsSummary.shippingMethod " />
137
- <argument name =" total" value =" BundleProductsSummary.total " />
134
+ <argument name =" subtotal" value =" 1,968.00 " />
135
+ <argument name =" shipping" value =" 5.00 " />
136
+ <argument name =" shippingMethod" value =" Flat Rate - Fixed " />
137
+ <argument name =" total" value =" 1,973.00 " />
138
138
</actionGroup >
139
139
</test >
140
140
</tests >
You can’t perform that action at this time.
0 commit comments