Skip to content

Commit c51f148

Browse files
committed
MQE-1384: Deliver weekly MTF to MFTF conversion
1 parent 0ecbd15 commit c51f148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@
228228
<waitForPageLoad stepKey="waitForAdminProductPageLoad"/>
229229
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFiltersInitial"/>
230230
<actionGroup ref="filterProductGridBySku" stepKey="findCreatedProduct">
231-
<argument name="product" value="ApiConfigurableProduct"/>
231+
<argument name="product" value="$$createConfigProduct$$"/>
232232
</actionGroup>
233233
<waitForPageLoad stepKey="waitForProductFilterLoad"/>
234234
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openProduct">
235-
<argument name="product" value="ApiConfigurableProduct" />
235+
<argument name="product" value="$$createConfigProduct$$" />
236236
</actionGroup>
237237

238238
<!-- Open the wizard for editing configurations and fill out a new attribute -->

0 commit comments

Comments
 (0)