Update marketing packages and checkout copy
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user