From d638d8b86e67c59573b3745a094f579bbddf9cb2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Nov 2023 12:10:22 -0800 Subject: [PATCH] check-needles: add assert_and_dclick to matchfuncs ...since we're using it for something now (the KDE color select widget). Signed-off-by: Adam Williamson --- check-needles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check-needles.py b/check-needles.py index 49c4c73a..e9821131 100755 --- a/check-needles.py +++ b/check-needles.py @@ -64,6 +64,7 @@ for testpath in testpaths: matchfuncs = ( "assert_screen", "assert_and_click", + "assert_and_dclick", "check_screen", "start_with_launcher", "send_key_until_needlematch",