mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
plans_page: Adjust /plans content.
[squash]: Update sponsorsip and question boxes for Cloud. [squash]: Update tabs subtitles. [squash]: Content for info boxes for self-hosted plans. [squash]: Adjust content to fit design. portico: Tweak /plans text.
This commit is contained in:
@@ -575,7 +575,7 @@ class PlansPageTest(ZulipTestCase):
|
||||
|
||||
with self.settings(FREE_TRIAL_DAYS=60):
|
||||
result = self.client_get("/plans/", subdomain="zulip")
|
||||
self.assert_in_success_response([current_plan, "Start 60 day free trial"], result)
|
||||
self.assert_in_success_response([current_plan, "Start 60-day free trial"], result)
|
||||
self.assert_not_in_success_response(
|
||||
[sign_up_now, sponsorship_pending, upgrade_to_standard], result
|
||||
)
|
||||
|
Reference in New Issue
Block a user