diff options
Diffstat (limited to 'test/test2.py')
-rwxr-xr-x | test/test2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test2.py b/test/test2.py index f4263e52..7e3a8e30 100755 --- a/test/test2.py +++ b/test/test2.py @@ -11,6 +11,7 @@ from dogtail.procedural import * run('atril', arguments=' '+srcdir+'/test-encrypt.pdf') # Try an incorrect password first +focus.application('atril') type('wrong password') click('Unlock Document', roleName='push button') focus.dialog('Enter password') |