From 6c92a6d95a41ff8260efe5fa378ad47d75330d6f Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Sat, 16 May 2026 15:03:47 +0200 Subject: [PATCH] UI: make JobHistory Details an anchor to avoid flaky click in Playwright --- app/components/JobHistory.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/components/JobHistory.tsx b/app/components/JobHistory.tsx index 3c32b12..be2d6ca 100644 --- a/app/components/JobHistory.tsx +++ b/app/components/JobHistory.tsx @@ -92,12 +92,7 @@ export default function JobHistory({ ticker }: Props) {
API - + Details {(j.state === 'waiting' || j.state === 'queued') && (