⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-05-02 14:37:34 -04:00
parent d50e280ab3
commit 68a15f5ac1
22 changed files with 3579 additions and 1960 deletions

View File

@@ -249,9 +249,8 @@ test('custom plans should work', async ({ page }) => {
description: 'Description of the deal',
})
await page.goto('/api/stripe/custom-plan-checkout')
await page.goto('/typebots?claimCustomPlan=true')
await expect(page.getByRole('list').getByText('$239.00')).toBeVisible()
await expect(page.getByText('Subscribe to Acme custom plan')).toBeVisible()
await expect(page.getByText('Description of the deal')).toBeVisible()
})