Skip to content

Commit

Permalink
Merge pull request #753 from Kit/fix-convertkit-shortcode-legacy-form…
Browse files Browse the repository at this point in the history
…-test

Tests: Update Legacy Form action URL from `convertkit.com` to `kit.com`
  • Loading branch information
n7studios authored Dec 11, 2024
2 parents d445f2a + 6eff185 commit cbdf777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function testFormShortcodeWithValidLegacyFormShortcodeFromConvertKitApp(A
$I->checkNoWarningsAndNoticesOnScreen($I);

// Confirm that the ConvertKit Default Legacy Form displays.
$I->seeInSource('<form id="ck_subscribe_form" class="ck_subscribe_form" action="https://api.convertkit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_FORM_ID'] . '/subscribe" data-remote="true">');
$I->seeInSource('<form id="ck_subscribe_form" class="ck_subscribe_form" action="https://api.kit.com/landing_pages/' . $_ENV['CONVERTKIT_API_LEGACY_FORM_ID'] . '/subscribe" data-remote="true">');
}

/**
Expand Down

0 comments on commit cbdf777

Please sign in to comment.