Updated checkout to wait for backend confirmation before advancing, added a “Processing payment…” state with retry/ refresh fallback, and now use Paddle totals/currency for purchase records + confirmation emails (with new email translations).
This commit is contained in:
@@ -166,10 +166,6 @@ test.describe('Standard package checkout with Paddle completion', () => {
|
||||
expect(session?.status).toBe('completed');
|
||||
}
|
||||
|
||||
const nextButton = page.getByRole('button', { name: /^Weiter$/ }).last();
|
||||
await expect(nextButton).toBeEnabled();
|
||||
await nextButton.click();
|
||||
|
||||
await expect(page.getByText(/Marketing-Dashboard/)).toBeVisible();
|
||||
await expect(
|
||||
page.getByRole('button', { name: /Zum Admin-Bereich|To Admin Area/i })
|
||||
|
||||
Reference in New Issue
Block a user