Skip to content

Commit

Permalink
Merge branch '2.4-develop' into 2.4-develop-temporary-three-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaorobei authored Jan 17, 2020
2 parents fca6256 + c2e2646 commit 5014fee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
</before>
<after>
<deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
<deleteData createDataKey="product" stepKey="deleteProduct"/>
<deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
<actionGroup ref="logout" stepKey="logout"/>
</after>
<!-- Assert attribute presence in storefront product additional information -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<actionGroup ref="ResetProductGridToDefaultViewActionGroup" stepKey="resetSearch"/>
<deleteData createDataKey="createPreReqCategory" stepKey="deletePreReqCategory"/>
<deleteData stepKey="deleteAttribute" createDataKey="createConfigProductAttribute"/>
<magentoCLI command="cron:run --group=index" stepKey="runCron"/>
<actionGroup ref="logout" stepKey="logout"/>
</after>
<!-- Create configurable product from downloadable product page-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

<magentoCLI command="cron:run --group=index" stepKey="runCron"/>

<!-- Log out -->
<actionGroup ref="logout" stepKey="logout"/>
</after>
Expand Down

0 comments on commit 5014fee

Please sign in to comment.