@@ -61,8 +61,6 @@ protected function setUp()
6161 * @magentoConfigFixture base_website customer/captcha/enable 0
6262 * @magentoConfigFixture base_website recaptcha_frontend/type_invisible/public_key test_public_key
6363 * @magentoConfigFixture base_website recaptcha_frontend/type_invisible/private_key test_private_key
64- *
65- * @magentoConfigFixture default_store recaptcha_frontend/type_for/contact invisible Needed for ifconfig in layout
6664 */
6765 public function testGetRequestIfReCaptchaIsDisabled ()
6866 {
@@ -75,7 +73,8 @@ public function testGetRequestIfReCaptchaIsDisabled()
7573 * @magentoConfigFixture base_website customer/captcha/enable 0
7674 * @magentoConfigFixture base_website recaptcha_frontend/type_for/contact invisible
7775 *
78- * @magentoConfigFixture default_store recaptcha_frontend/type_for/contact invisible Needed for ifconfig in layout
76+ * It's needed for proper work of "ifconfig" in layout during tests running
77+ * @magentoConfigFixture default_store recaptcha_frontend/type_for/contact invisible
7978 */
8079 public function testGetRequestIfReCaptchaKeysAreNotConfigured ()
8180 {
@@ -90,7 +89,8 @@ public function testGetRequestIfReCaptchaKeysAreNotConfigured()
9089 * @magentoConfigFixture base_website recaptcha_frontend/type_invisible/private_key test_private_key
9190 * @magentoConfigFixture base_website recaptcha_frontend/type_for/contact invisible
9291 *
93- * @magentoConfigFixture default_store recaptcha_frontend/type_for/contact invisible Needed for ifconfig in layout
92+ * It's needed for proper work of "ifconfig" in layout during tests running
93+ * @magentoConfigFixture default_store recaptcha_frontend/type_for/contact invisible
9494 */
9595 public function testGetRequestIfReCaptchaIsEnabled ()
9696 {
0 commit comments