summaryrefslogtreecommitdiff
path: root/test/testEncryptedFile.py
AgeCommit message (Collapse)AuthorFilesLines
2025-05-14Fix tests with AT-SPI2 >= 2.53failing-testsColomban Wendling1-5/+5
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.
2025-05-14Fix tests imported from XReaderColomban Wendling1-1/+1
2025-04-04Initial support for mesonOz Tiram1-0/+33
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]>