File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
CatalogRule/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 26
26
<data key =" price" >99.99</data >
27
27
<data key =" price_type" >fixed</data >
28
28
</entity >
29
- <entity name =" ProductOptionValueRadioButtonsWithDiscountedPrice" type =" product_option_value" >
30
- <data key =" title" >OptionValueRadioButtons1</data >
31
- <data key =" sort_order" >1</data >
32
- <data key =" price" >78.33</data >
33
- <data key =" price_type" >fixed</data >
34
- </entity >
35
29
<entity name =" ProductOptionValueRadioButtons2" type =" product_option_value" >
36
30
<data key =" title" >OptionValueRadioButtons2</data >
37
31
<data key =" sort_order" >2</data >
Original file line number Diff line number Diff line change 93
93
<!-- Assert regular and special price after selecting ProductOptionValueDropdown1 -->
94
94
<actionGroup ref =" StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup" stepKey =" storefrontSelectCustomOptionAndAssertPrices1" >
95
95
<argument name =" customOption" value =" ProductOptionRadioButton2" />
96
- <argument name =" customOptionValue" value =" ProductOptionValueRadioButtonsWithDiscountedPrice " />
96
+ <argument name =" customOptionValue" value =" ProductOptionValueRadioButtons1 " />
97
97
<argument name =" productPrice" value =" $156.77" />
98
- <argument name =" productFinalPrice" value =" $122.81 " />
98
+ <argument name =" productFinalPrice" value =" $144.47 " />
99
99
</actionGroup >
100
100
101
101
<!-- Add product 1 to cart -->
105
105
106
106
<!-- Assert sub total on mini shopping cart -->
107
107
<actionGroup ref =" AssertSubTotalOnStorefrontMiniCartActionGroup" stepKey =" assertSubTotalOnStorefrontMiniCart" >
108
- <argument name =" subTotal" value =" $122.81 " />
108
+ <argument name =" subTotal" value =" $144.47 " />
109
109
</actionGroup >
110
110
</test >
111
111
</tests >
You can’t perform that action at this time.
0 commit comments