From 008873f1af1d8fe5708dd0dc7b885d0a9aa18716 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 2 Jul 2026 21:08:00 +0200 Subject: [PATCH] Remove completed Task 8 from docs --- Docs/tasks.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index 145dd5c..556e783 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,26 +1,3 @@ -## Task 8: Fix `Robot.Ui.Settings Modal.Disable Scheduler` - -**Test File:** `tests/robot/ui/settings_modal.robot` - -**Error:** -``` -TimeoutError: locator.check: Timeout 10000ms exceeded. -``` - -**Root Cause:** -Similar to Task 7 - checkbox interaction is failing. - -**Fix Instructions:** -Same as Task 7. The xpath `//label[contains(., 'Enable Scheduler')]` might not be correct or clicking the label isn't triggering the checkbox properly. - -Try: -```robot -Click //label[contains(., 'Enable Scheduler')] force=True -``` -Or find the actual checkbox ID and use `Uncheck Checkbox` directly. - ---- - ## Task 9: Fix `Robot.Ui.Settings Modal.Edit Backup Settings` **Test File:** `tests/robot/ui/settings_modal.robot`