From 9a3a2cbdcbd39127bf23595fcf7f167ee0ab06c2 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 2 Jul 2026 21:03:07 +0200 Subject: [PATCH] fix ui tests: close modal via escape, scheduler settings - Remove Task 5/6 from docs (tests now fixed) - Close Settings Modal Via Escape: click focus + sleep before Escape key - Edit Scheduler Settings: use checkbox-custom selector - Disable Scheduler: use force=True on checkbox id Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Docs/tasks.md | 70 ----------------------------- tests/robot/ui/settings_modal.robot | 8 ++-- 2 files changed, 5 insertions(+), 73 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index 9b41133..110b6de 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,73 +1,3 @@ -## Task 5: Fix `Robot.Ui.Settings Modal.Close Settings Modal Via Overlay` - -**Test File:** `tests/robot/ui/settings_modal.robot` - -**Error:** -``` -TimeoutError: locator.click: Timeout 10000ms exceeded. -Call log: - - waiting for locator('#config-modal .modal-overlay') - - attempting click action - -