File tree 1 file changed +5
-0
lines changed
ReCaptchaReview/Test/Api/GraphQl/Review
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ protected function setUp(): void
46
46
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
47
47
* @magentoApiDataFixture Magento/Customer/_files/customer.php
48
48
*
49
+ * @magentoConfigFixture default_store customer/captcha/enable 0
50
+ * @magentoConfigFixture base_website recaptcha_frontend/type_invisible/public_key test_public_key
51
+ * @magentoConfigFixture base_website recaptcha_frontend/type_invisible/private_key test_private_key
52
+ * @magentoConfigFixture base_website recaptcha_frontend/type_for/product_review invisible
53
+ *
49
54
* @dataProvider customerDataProvider
50
55
*/
51
56
public function testAddProductReviewReCaptchaValidationFailed (string $ customerName , bool $ isGuest ): void
You can’t perform that action at this time.
0 commit comments