Update marketing packages and checkout copy

This commit is contained in:
Codex Agent
2026-02-01 13:04:11 +01:00
parent 7ee56cefe4
commit 6bc73637b1
35 changed files with 136 additions and 157 deletions

View File

@@ -2,7 +2,7 @@ import { test, expectFixture as expect } from '../helpers/test-fixtures';
const shouldRun = process.env.E2E_TESTING_API === '1';
test.describe('Standard package checkout with Paddle completion', () => {
test.describe('Classic package checkout with Paddle completion', () => {
test.skip(!shouldRun, 'Set E2E_TESTING_API=1 to enable checkout tests that use /api/_testing endpoints.');
test('registers, applies coupon, and reaches confirmation', async ({
page,
@@ -67,7 +67,7 @@ test.describe('Standard package checkout with Paddle completion', () => {
const standardDetailsButton = page
.locator('[data-slot="card"]')
.filter({ hasText: /Standard/i })
.filter({ hasText: /Classic/i })
.getByRole('button', { name: /Details ansehen|Details anzeigen|View details/i })
.first();