diff options
Diffstat (limited to 'test/test2.py')
-rwxr-xr-x | test/test2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test2.py b/test/test2.py index 7e3a8e30..d690edbb 100755 --- a/test/test2.py +++ b/test/test2.py @@ -18,7 +18,7 @@ focus.dialog('Enter password') click('Cancel', roleName='push button') # Try again with the correct password -focus.application('atril') +focus.frame('test-encrypt.pdf — Password Required') click('Unlock Document', roleName='push button') focus.dialog('Enter password') type('Foo') |