chore(profile/frontend-showcase-): 🔧 Update mock data/assertions for assistant draft modal e2e interactions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-23 12:58:55 -08:00
parent f81f79eef8
commit 0f687cfba2

View file

@ -60,6 +60,8 @@ async function openDraftModal(page: Page): Promise<void> {
}
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' });