diff options
author | Colomban Wendling <[email protected]> | 2025-05-14 23:39:08 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2025-05-14 23:39:08 +0200 |
commit | 239ebd2f3ce65f394bb94089a57aae8e40f953aa (patch) | |
tree | 8fbe8db7fa06f936a64972a07440e41c8337889a /test/testEncryptedFile.py | |
parent | c9f54eb9ed9ab3083eb89766fb0452b400b43984 (diff) | |
download | atril-239ebd2f3ce65f394bb94089a57aae8e40f953aa.tar.bz2 atril-239ebd2f3ce65f394bb94089a57aae8e40f953aa.tar.xz |
Fix tests imported from XReader
Diffstat (limited to 'test/testEncryptedFile.py')
-rwxr-xr-x | test/testEncryptedFile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testEncryptedFile.py b/test/testEncryptedFile.py index 9b2741e5..83c48a60 100755 --- a/test/testEncryptedFile.py +++ b/test/testEncryptedFile.py @@ -24,7 +24,7 @@ try: focus.dialog('Enter password') click('Unlock Document', roleName='push button') - # Close xreader + # Close Atril focus.frame('test-encrypt.pdf — Dokument1') click('File', roleName='menu') click('Close', roleName='menu item') |