Remove demo from readme as users can create free trial on production (#9952)

We have recently introduced the possibility to sign up on Twenty cloud
without having to input a credit card which makes the demo.twenty.com
useless. Deprecating it!
This commit is contained in:
Charles Bochet
2025-01-31 15:36:30 +01:00
committed by GitHub
parent 2ab88a6cfe
commit 591301f7ce
5 changed files with 7 additions and 22 deletions

View File

@ -19,7 +19,7 @@ test('Login test', async ({ loginPage, page }) => {
async () => {
await page.waitForLoadState('networkidle');
if (
page.url().includes('demo.twenty.com') ||
page.url().includes('app.twenty-next.com') ||
!page.url().includes('app.localhost:3001')
) {
await loginPage.clickLoginWithEmail();