Skip to content

Commit 20d7732

Browse files
committed
[AC-9562]: 2.4.7-beta202-Composer Integration Test Failures
- Stabilizing StorefrontShareWishlistWithMoreThanMaximumAllowedEmailsQtyTest
1 parent a77771e commit 20d7732

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistWithMoreThanMaximumAllowedEmailsQtyTest.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,19 @@
2222
<before>
2323
<magentoCLI command="config:set wishlist/email/number_limit 1" stepKey="changeEmailsQtyLimit"/>
2424
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
25-
<argument name="tags" value="config"/>
25+
<argument name="tags" value="config full_page"/>
2626
</actionGroup>
2727
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2828
<createData entity="SimpleProduct" stepKey="createProduct">
2929
<requiredEntity createDataKey="createCategory"/>
3030
</createData>
31-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="runCronIndexer">
32-
<argument name="indices" value=""/>
33-
</actionGroup>
31+
<comment userInput="BIC workaround" stepKey="runCronIndexer"/>
3432
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
3533
</before>
3634
<after>
3735
<magentoCLI command="config:set wishlist/email/number_limit 10" stepKey="returnDefaultValue"/>
3836
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cacheClean">
39-
<argument name="tags" value="config"/>
37+
<argument name="tags" value="config full_page"/>
4038
</actionGroup>
4139
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
4240
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>

0 commit comments

Comments
 (0)