File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 76
76
</actionGroup >
77
77
78
78
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
79
- <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" indexerReindexAfterCreate" >
80
- <argument name =" indices" value =" " />
81
- </actionGroup >
79
+ <magentoCron groups =" index" stepKey =" reindexInvalidatedIndices" />
82
80
</before >
83
81
84
82
<after >
105
103
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
106
104
107
105
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
108
- <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" indexerReindexAfterDeleted" >
109
- <argument name =" indices" value =" " />
110
- </actionGroup >
106
+ <magentoCron groups =" index" stepKey =" reindexInvalidatedIndices2" />
111
107
</after >
112
108
113
109
<!-- Create the rule -->
142
138
<click selector =" {{StorefrontBundledSection.addToCart}}" stepKey =" clickCustomize" />
143
139
144
140
<!-- Select two products -->
145
- <click stepKey =" selectProduct1" selector =" {{StorefrontBundledSection.checkboxOptionLabel('$$createBundleOption1_1.sku$$ ','$$simpleProduct1.name$$ ')}}" />
146
- <click stepKey =" selectProduct2" selector =" {{StorefrontBundledSection.checkboxOptionLabel('$$createBundleOption1_2.sku$$ ','$$simpleProduct3.name$$ ')}}" />
141
+ <click stepKey =" selectProduct1" selector =" {{StorefrontBundledSection.productCheckbox('1 ','1 ')}}" />
142
+ <click stepKey =" selectProduct2" selector =" {{StorefrontBundledSection.productCheckbox('2 ','1 ')}}" />
147
143
148
144
<!-- Click "Add to Cart" button-->
149
145
<click selector =" {{StorefrontBundleProductActionSection.addToCartButton}}" stepKey =" clickAddBundleProductToCart" />
You can’t perform that action at this time.
0 commit comments