We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811e8ea + 925e26d commit a0eec54Copy full SHA for a0eec54
1 file changed
tests/Support/Helper/KitPlugin.php
@@ -564,6 +564,11 @@ public function resetKitPlugin($I)
564
565
// Cache.
566
$I->dontHaveOptionInDatabase('convertkit_restrict_content_enabled');
567
+
568
+ // Cookies.
569
+ $I->resetCookie('ck_subscriber_id');
570
+ $I->resetCookie('wordpress_ck_subscriber_id');
571
+ $I->resetCookie('ck_non_inline_form_displayed');
572
}
573
574
/**
0 commit comments