Skip to content

Commit

Permalink
ENGCOM-6795: #26610 Fix failing CI due to invalid variable handler #2…
Browse files Browse the repository at this point in the history
…6611

 - Merge Pull Request #26611 from lbajsarowicz/magento2:hotfix/26610-ci-failure
 - Merged commits:
   1. b29cdcd
  • Loading branch information
magento-engcom-team committed Feb 4, 2020
2 parents 606c3e8 + b29cdcd commit acd5731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clearProductFilters"/>
<actionGroup ref="DeleteProductActionGroup" stepKey="deleteProduct1">
<argument name="productName" value="$$createConfigProductAttributeCreateConfigurableProduct.name$$"/>
<argument name="productName" value="$$createConfigProductCreateConfigurableProduct.name$$"/>
</actionGroup>
<actionGroup ref="logout" stepKey="logout"/>
</after>
Expand Down

0 comments on commit acd5731

Please sign in to comment.