epic(legibility): pre-flight — make tests trustworthy (#402) #430

Merged
marcel merged 11 commits from worktree-test-issue-402-legibility-preflight into main 2026-05-05 20:36:15 +02:00
Showing only changes of commit f14c8b9eea - Show all commits

View File

@@ -92,7 +92,9 @@ test.describe('Notification deep-link scroll', () => {
await openDeepLink(page);
// Transcribe mode was auto-entered — Fertig button is visible
await expect(page.getByRole('button', { name: 'Fertig' })).toBeVisible({ timeout: 15_000 });
await expect(page.getByRole('button', { name: 'Fertig', exact: true })).toBeVisible({
timeout: 15_000
});
// The target comment article is in the DOM and visible
const article = page.locator(`#comment-${commentId}`);