Skip to content

Commit a079c91

Browse files
committed
MC-18967: [IT] Magento.SendFriend.Controller.SendmailTest fail on 2.3.3-develop
1 parent e753827 commit a079c91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ class SendmailTest extends AbstractController
2424
/**
2525
* Share the product to friend as logged in customer
2626
*
27+
* @magentoAppArea frontend
2728
* @magentoDbIsolation enabled
2829
* @magentoAppIsolation enabled
29-
* @magentoConfigFixture default/sendfriend/email/allow_guest 0
30-
* @magentoConfigFixture default/sendfriend/email/enabled 1
30+
* @magentoConfigFixture default_store sendfriend/email/allow_guest 0
31+
* @magentoConfigFixture default_store sendfriend/email/enabled 1
3132
* @magentoDataFixture Magento/Customer/_files/customer.php
3233
* @magentoDataFixture Magento/Catalog/_files/products.php
3334
*/

0 commit comments

Comments
 (0)