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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-11-29 12:10:22 -08:00
parent 838d65f86c
commit d638d8b86e
1 changed files with 1 additions and 0 deletions

View File

@ -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",