Skip to content

Commit b13e2ba

Browse files
committed
minor fix
1 parent 8f55cd7 commit b13e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateVirtualProductWithTierPriceTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<actionGroup ref="AdminProductCatalogPageOpenActionGroup" stepKey="openProductCatalogPage1"/>
6262
<actionGroup ref="SearchProductGridByKeywordActionGroup" stepKey="searchProductGrid">
63-
<argument name="keyword" value="{{virtualProductBigQty.name}}"/>
63+
<argument name="keyword" value="virtualProductBigQty.name"/>
6464
</actionGroup>
6565
<click selector="{{AdminProductGridFilterSection.nthRow('1')}}" stepKey="clickFirstRowToVerifyCreatedVirtualProduct"/>
6666
<waitForPageLoad stepKey="waitUntilProductIsOpened" />

0 commit comments

Comments
 (0)