feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

View file

@ -120,7 +120,7 @@ test.describe('Launch Readiness E2E & Visual Verification', () => {
await window.waitForTimeout(500);
});
test('03. Should open CheckoutModal and display Toss Payments / Stripe options', async () => {
test('03. Should open the server-authoritative Stripe CheckoutModal', async () => {
// Trigger checkout via "Remove ads with Pro" link in AdBanner
const removeAdsLink = window.locator('text=/Remove ads with Pro/').first();
if (await removeAdsLink.isVisible()) {
@ -131,7 +131,7 @@ test.describe('Launch Readiness E2E & Visual Verification', () => {
await expect(window.locator('text=/D3RO Voice Secure Checkout/').first()).toBeVisible();
// Capture screenshot of CheckoutModal
await window.screenshot({ path: path.join(SCREENSHOT_DIR, '04_checkout_modal_toss_stripe.png') });
await window.screenshot({ path: path.join(SCREENSHOT_DIR, '04_checkout_modal_stripe.png') });
// Close modal
await window.keyboard.press('Escape');