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