File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 228
228
<waitForPageLoad stepKey =" waitForAdminProductPageLoad" />
229
229
<conditionalClick selector =" {{AdminProductGridFilterSection.clearFilters}}" dependentSelector =" {{AdminProductGridFilterSection.clearFilters}}" visible =" true" stepKey =" clickClearFiltersInitial" />
230
230
<actionGroup ref =" filterProductGridBySku" stepKey =" findCreatedProduct" >
231
- <argument name =" product" value =" ApiConfigurableProduct " />
231
+ <argument name =" product" value =" $$createConfigProduct$$ " />
232
232
</actionGroup >
233
233
<waitForPageLoad stepKey =" waitForProductFilterLoad" />
234
234
<actionGroup ref =" OpenEditProductOnBackendActionGroup" stepKey =" openProduct" >
235
- <argument name =" product" value =" ApiConfigurableProduct " />
235
+ <argument name =" product" value =" $$createConfigProduct$$ " />
236
236
</actionGroup >
237
237
238
238
<!-- Open the wizard for editing configurations and fill out a new attribute -->
You can’t perform that action at this time.
0 commit comments