From 4f4822c0cb75932f460b3b3e4c82490aaf5596c7 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Sun, 19 Apr 2026 09:31:17 +0300 Subject: [PATCH] test: add data-testid attributes to main page for E2E tests --- frontend/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 2b90f9b9..0accb5ee 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -562,17 +562,18 @@ export default function Home() { )} -
+
- + Sync: {isOnline ? 'Active' : 'Offline'}
-