fix(settings_modal): force click on modal overlay

Caveman commit: overlay click target area small, click miss. Add force=True.

- Remove completed Task 4 from Docs/tasks.md
- Fix flaky close modal via overlay test
This commit is contained in:
2026-07-02 20:54:20 +02:00
parent 34c1469517
commit 1d06f8a00a
2 changed files with 1 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ Close Settings Modal Via Overlay
[Documentation] Click the modal overlay and verify the modal closes.
Open Settings Modal
Wait For Elements State css=#config-modal .modal-overlay visible timeout=5s
Click css=#config-modal .modal-overlay
Click css=#config-modal .modal-overlay force=True
Wait For Elements State id=config-modal hidden timeout=3s
Element Should Be Hidden id=config-modal