From 7dfc7a6efba0daaef3f4bb240fc274292bc77c0c Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 8 May 2026 10:26:09 +0200 Subject: [PATCH] test(e2e): match renamed time-estimate icon in daily-summary spec The time-estimate row icon in task-detail-panel was renamed from `timer` to `hourglass_empty` in eca8d211a; update the supersync daily-summary selector so the click target resolves again. --- e2e/tests/sync/supersync-daily-summary.spec.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/e2e/tests/sync/supersync-daily-summary.spec.ts b/e2e/tests/sync/supersync-daily-summary.spec.ts index e45bfbbad3..f2ff97d4cd 100644 --- a/e2e/tests/sync/supersync-daily-summary.spec.ts +++ b/e2e/tests/sync/supersync-daily-summary.spec.ts @@ -68,8 +68,10 @@ test.describe('@supersync Daily Summary Sync', () => { await expect(panel).toBeVisible(); // 2. Click time item to open dialog - // Look for the item with the timer icon - const timeItem = panel.locator('task-detail-item:has(mat-icon:text("timer"))'); + // Look for the item with the time-estimate icon + const timeItem = panel.locator( + 'task-detail-item:has(mat-icon:text("hourglass_empty"))', + ); await timeItem.click(); // 3. Wait for dialog