From 0f687cfba2ed9e4ee20a8a182da75855b71cf07e Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 23 Feb 2026 12:58:55 -0800 Subject: [PATCH] =?UTF-8?q?chore(profile/frontend-showcase-):=20?= =?UTF-8?q?=F0=9F=94=A7=20Update=20mock=20data/assertions=20for=20assistan?= =?UTF-8?q?t=20draft=20modal=20e2e=20interactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../frontend-showcase/e2e/mock/assistant-draft-modal.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/profile/frontend-showcase/e2e/mock/assistant-draft-modal.spec.ts b/features/profile/frontend-showcase/e2e/mock/assistant-draft-modal.spec.ts index ee4557312..1526e00e6 100644 --- a/features/profile/frontend-showcase/e2e/mock/assistant-draft-modal.spec.ts +++ b/features/profile/frontend-showcase/e2e/mock/assistant-draft-modal.spec.ts @@ -60,6 +60,8 @@ async function openDraftModal(page: Page): Promise { } test.describe('Draft Preview Modal', () => { + test.setTimeout(60_000); + test('opens after confirming a draft attribute', async ({ page }) => { await openDraftModal(page); @@ -146,7 +148,6 @@ test.describe('Draft Preview Modal', () => { }); test('Save Selected publishes selected drafts and closes modal', async ({ page }) => { - test.setTimeout(60_000); await openDraftModal(page); const modal = page.getByRole('dialog', { name: 'Draft preview' });