Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed Aug 5, 2020
1 parent 8f55cd7 commit b13e2ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<actionGroup ref="AdminProductCatalogPageOpenActionGroup" stepKey="openProductCatalogPage1"/>
<actionGroup ref="SearchProductGridByKeywordActionGroup" stepKey="searchProductGrid">
<argument name="keyword" value="{{virtualProductBigQty.name}}"/>
<argument name="keyword" value="virtualProductBigQty.name"/>
</actionGroup>
<click selector="{{AdminProductGridFilterSection.nthRow('1')}}" stepKey="clickFirstRowToVerifyCreatedVirtualProduct"/>
<waitForPageLoad stepKey="waitUntilProductIsOpened" />
Expand Down

0 comments on commit b13e2ba

Please sign in to comment.