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:
parent
f81f79eef8
commit
0f687cfba2
1 changed files with 2 additions and 1 deletions
|
|
@ -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' });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue