From 85429d9081712a448f124282adc5c9249fbecaa2 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Mon, 28 Oct 2024 13:28:42 +0800 Subject: [PATCH] Fixed test comments --- tests/acceptance/forms/post-types/CPTFormCest.php | 4 ++-- tests/acceptance/forms/post-types/PageFormCest.php | 4 ++-- tests/acceptance/forms/post-types/PostFormCest.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/forms/post-types/CPTFormCest.php b/tests/acceptance/forms/post-types/CPTFormCest.php index ffcfb6fb..59904c29 100644 --- a/tests/acceptance/forms/post-types/CPTFormCest.php +++ b/tests/acceptance/forms/post-types/CPTFormCest.php @@ -435,7 +435,7 @@ public function testAddNewCPTUsingDefaultFormAfterOutOfBoundsElement(AcceptanceT */ public function testAddNewCPTUsingDefaultLegacyForm(AcceptanceTester $I) { - // Setup Plugin, without defining default Forms. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [ @@ -552,7 +552,7 @@ public function testAddNewCPTUsingDefinedForm(AcceptanceTester $I) */ public function testAddNewCPTUsingDefinedLegacyForm(AcceptanceTester $I) { - // Setup ConvertKit Plugin. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [ diff --git a/tests/acceptance/forms/post-types/PageFormCest.php b/tests/acceptance/forms/post-types/PageFormCest.php index fbac66e1..a0ade86f 100644 --- a/tests/acceptance/forms/post-types/PageFormCest.php +++ b/tests/acceptance/forms/post-types/PageFormCest.php @@ -323,7 +323,7 @@ public function testAddNewPageUsingDefaultFormAfterOutOfBoundsElement(Acceptance */ public function testAddNewPageUsingDefaultLegacyForm(AcceptanceTester $I) { - // Setup ConvertKit plugin to use legacy Form as default for Pages. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [ @@ -713,7 +713,7 @@ public function testAddNewPageUsingModalFormWithWPRocketPlugin(AcceptanceTester */ public function testAddNewPageUsingDefinedLegacyForm(AcceptanceTester $I) { - // Setup ConvertKit plugin. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [ diff --git a/tests/acceptance/forms/post-types/PostFormCest.php b/tests/acceptance/forms/post-types/PostFormCest.php index e335f6e7..bb450c65 100644 --- a/tests/acceptance/forms/post-types/PostFormCest.php +++ b/tests/acceptance/forms/post-types/PostFormCest.php @@ -358,7 +358,7 @@ public function testAddNewPostUsingDefaultFormAfterOutOfBoundsElement(Acceptance */ public function testAddNewPostUsingDefaultLegacyForm(AcceptanceTester $I) { - // Setup Plugin, without defining default Forms. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [ @@ -465,7 +465,7 @@ public function testAddNewPostUsingDefinedForm(AcceptanceTester $I) */ public function testAddNewPostUsingDefinedLegacyForm(AcceptanceTester $I) { - // Setup ConvertKit Plugin. + // Setup Plugin with API Key and Secret, which is required for Legacy Forms to work. $I->setupConvertKitPlugin( $I, [