Update marketing packages and checkout copy
This commit is contained in:
@@ -6,7 +6,7 @@ const demoTenantCredentials = {
|
||||
password: process.env.E2E_DEMO_TENANT_PASSWORD ?? 'Demo1234!',
|
||||
};
|
||||
|
||||
test.describe('Standard package checkout with coupons', () => {
|
||||
test.describe('Classic package checkout with coupons', () => {
|
||||
test.skip(!shouldRun, 'Set E2E_TESTING_API=1 to enable checkout tests that use /api/_testing endpoints.');
|
||||
test('applies seeded coupon and shows discount summary', async ({
|
||||
page,
|
||||
@@ -25,7 +25,7 @@ test.describe('Standard package checkout with coupons', () => {
|
||||
|
||||
const dialog = page.getByRole('dialog');
|
||||
await expect(dialog).toBeVisible();
|
||||
await expect(dialog.getByRole('heading', { name: /Standard/i })).toBeVisible();
|
||||
await expect(dialog.getByRole('heading', { name: /Classic/i })).toBeVisible();
|
||||
|
||||
await dialog.getByRole('link', { name: /Jetzt bestellen|Order now|Jetzt buchen/i }).click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user