Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified tests/screenshots/mobile-research-blog-drafter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/screenshots/mobile-research-wcs-scraper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/screenshots/mobile-research-wsdc-event-reminders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/screenshots/mobile-ux-auditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
Loading