feat: add burn letter option and fix modal middle placement

This commit is contained in:
ramvignesh-b
2026-04-24 01:16:57 +05:30
parent 6872853125
commit 7dece74698
5 changed files with 205 additions and 21 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ test.describe("Letter Drafting (Real Backend)", () => {
await page.waitForTimeout(1500);
// Click the letter to pull it out
await page.locator("#letter").click();
await page.locator("#letter").click({ position: { x: 30, y: 15 } });
// Wait for reveal transition
await expect(page.locator("#letter")).toBeHidden({ timeout: 20000 });