diff --git a/tests/screenshots/mobile-research-blog-drafter.png b/tests/screenshots/mobile-research-blog-drafter.png index a91eebb134..b80f6bc5ce 100644 Binary files a/tests/screenshots/mobile-research-blog-drafter.png and b/tests/screenshots/mobile-research-blog-drafter.png differ diff --git a/tests/screenshots/mobile-research-wcs-scraper.png b/tests/screenshots/mobile-research-wcs-scraper.png index ed0a2ae863..eccea16ddd 100644 Binary files a/tests/screenshots/mobile-research-wcs-scraper.png and b/tests/screenshots/mobile-research-wcs-scraper.png differ diff --git a/tests/screenshots/mobile-research-wsdc-event-reminders.png b/tests/screenshots/mobile-research-wsdc-event-reminders.png index 9fcf6682b4..25322caa7b 100644 Binary files a/tests/screenshots/mobile-research-wsdc-event-reminders.png and b/tests/screenshots/mobile-research-wsdc-event-reminders.png differ diff --git a/tests/screenshots/mobile-ux-auditor.png b/tests/screenshots/mobile-ux-auditor.png index 69d5e4dd84..bc786e9b34 100644 Binary files a/tests/screenshots/mobile-ux-auditor.png and b/tests/screenshots/mobile-ux-auditor.png differ diff --git a/tests/visual.spec.ts b/tests/visual.spec.ts index a924caf2da..fcf971e93b 100644 --- a/tests/visual.spec.ts +++ b/tests/visual.spec.ts @@ -27,7 +27,7 @@ test.describe('Visual Regression Tests', () => { // Route-specific stability waits if (route.name === 'research') { // Wait for portfolio header to be visible - await expect(page.getByRole('heading', { name: /DevAI Portfolio/ })).toBeVisible({ timeout: 30000 }); + await expect(page.getByRole('heading', { name: /DevAI Systems Portfolio/ })).toBeVisible({ timeout: 30000 }); } if (route.name === 'preview') {