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' });