From 925e26dffbf28bae10a899a75891b10e6aee1f92 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Tue, 17 Feb 2026 14:39:25 +0800 Subject: [PATCH] Tests: Reset Cookies --- tests/Support/Helper/KitPlugin.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Support/Helper/KitPlugin.php b/tests/Support/Helper/KitPlugin.php index eadee0e93..3a382e1fe 100644 --- a/tests/Support/Helper/KitPlugin.php +++ b/tests/Support/Helper/KitPlugin.php @@ -564,6 +564,11 @@ public function resetKitPlugin($I) // Cache. $I->dontHaveOptionInDatabase('convertkit_restrict_content_enabled'); + + // Cookies. + $I->resetCookie('ck_subscriber_id'); + $I->resetCookie('wordpress_ck_subscriber_id'); + $I->resetCookie('ck_non_inline_form_displayed'); } /**