0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/portal/src/tests
Chris Raible 629aa08262
🐛 Fixed portal free signup link not working if free plan is hidden (#17742)
refs TryGhost/Product#3743

- Users should be able to hide the free plan from Portal, which removes it as an option on the main portal /signup page
- However, they should still be able to use the /signup/free link to allow members to signup for the free plan. Currently if the free plan is hidden from portal, the /signup/free link renders the main /signup page, with only paid plans available.
- This PR fixes that by allowing the /signup/free link to work even if the free plan is hidden from portal, but only by directly accessing the /signup/free link
2023-08-17 14:58:37 -07:00
..
data-attributes.test.js
portal-links.test.js 🐛 Fixed portal free signup link not working if free plan is hidden (#17742) 2023-08-17 14:58:37 -07:00
SigninFlow.test.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00
SignupFlow.test.js 🐛 Fixed portal free signup link not working if free plan is hidden (#17742) 2023-08-17 14:58:37 -07:00
UpgradeFlow.test.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +02:00