summaryrefslogtreecommitdiff
path: root/test/testHelpMenu.py
AgeCommit message (Collapse)AuthorFilesLines
2026-02-13Fix tests with AT-SPI2 >= 2.53Colomban Wendling1-2/+2
Role name for push buttons changed from "push button" to "button" for uniformizing APIs, but that means the names Dogtail use have to match, as it's not using the role IDs but names. Fix this by trying to ask AT-SPI2 for the name, and falling back on the historical name in the odd case it'd fail.
2026-02-13Fix tests imported from XReaderColomban Wendling1-3/+3
2025-04-04Initial support for mesonOz Tiram1-0/+28
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]>