mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
refactor: refactor E2E auth helper and mail parsing logic
This commit is contained in:
@@ -185,7 +185,7 @@ test.describe("Letter Drafting (Real Backend)", () => {
|
||||
await expect(page.getByText(/your letter is sealed/i)).toBeVisible({
|
||||
timeout: 10000,
|
||||
});
|
||||
await page.getByRole("button", { name: /keep it/i }).click();
|
||||
await page.getByRole("button", { name: /keep it to myself/i }).click();
|
||||
|
||||
// Open "Kept" section - search for the section with id='kept' and click its toggle button
|
||||
logger.info(">> [Drawer] Opening Kept section...");
|
||||
|
||||
Reference in New Issue
Block a user