From c5d2f477dca56c74891f4f61c38237b6dd2130bf Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 5 Apr 2025 15:15:08 +0300 Subject: fix: update test selectors and question text for reliability --- internal/handlers/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/handlers/main.go') diff --git a/internal/handlers/main.go b/internal/handlers/main.go index 3b44d49..5e1b8ae 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -113,7 +113,7 @@ func (h *Handlers) MainPage(w http.ResponseWriter, r *http.Request) { } testQuestion := &models.Question{ ID: 1, - Text: "___ du keine Zweifel daran?", + Text: "___ du keine Zweifel daran? (Test Question)", Option1: "Haben", Option2: "Hast", Option3: "Hat", -- cgit v1.2.3