Skip to content

Commit b29cdcd

Browse files
committed
#26610 Fix failing CI due to invalid variable handler
1 parent e6e6725 commit b29cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
3333
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clearProductFilters"/>
3434
<actionGroup ref="DeleteProductActionGroup" stepKey="deleteProduct1">
35-
<argument name="productName" value="$$createConfigProductAttributeCreateConfigurableProduct.name$$"/>
35+
<argument name="productName" value="$$createConfigProductCreateConfigurableProduct.name$$"/>
3636
</actionGroup>
3737
<actionGroup ref="logout" stepKey="logout"/>
3838
</after>

0 commit comments

Comments
 (0)