File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
<element name =" FPT" type =" text" selector =" //tr[@class='weee_ord_totals']//td[@data-th='FPT']/span" />
38
38
<element name =" taxRule" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='Canada-GST-5% (5%)']/following-sibling::td//span[@class='price']" />
39
39
<element name =" taxRule1" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='Canada-GST-PST-5% (5%)']/following-sibling::td//span[@class='price']" />
40
- <element name =" productRate" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='product rate CA (10%)']/following-sibling::td//span[@class='price']" />
41
- <element name =" shippingRate" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='shipping rate CA (5%)']/following-sibling::td//span[@class='price']" />
40
+ <element name =" productRate" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='Product Rate CA (10%)']/following-sibling::td//span[@class='price']" />
41
+ <element name =" shippingRate" type =" text" selector =" //table[contains(@class, 'data table table-order-items')]//td[normalize-space(.)='Shipping Rate CA (5%)']/following-sibling::td//span[@class='price']" />
42
42
<element name =" subtotalExclTax" type =" text" selector =" //tr[@class='subtotal_excl']//td[@data-th='Subtotal (Excl.Tax)']/span" />
43
43
<element name =" subtotalInclTax" type =" text" selector =" //tr[@class='subtotal_incl']//td[@data-th='Subtotal (Incl.Tax)']/span" />
44
44
<element name =" shippingAndHandlingExclTax" type =" text" selector =" //tr[@class='shipping']//td[@data-th='Shipping & Handling (Excl.Tax)']/span" />
You can’t perform that action at this time.
0 commit comments