X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=test%2Ftest2.py;h=ca06b66b88029f317250e0b3c1e7383b3ea628da;hb=776a6fe02961d8901d21e172633d3c8d1c85dc93;hp=ac6493adf7d3aae6205edab9bf35b5df2e1dceaa;hpb=dda66b016afb844a47ddd193a18fdb8255094c0a;p=evince.git diff --git a/test/test2.py b/test/test2.py index ac6493ad..ca06b66b 100755 --- a/test/test2.py +++ b/test/test2.py @@ -14,14 +14,14 @@ run('evince', arguments=' '+srcdir+'/test-encrypt.pdf') focus.dialog('Enter password') focus.widget('Password Entry', roleName='password text') type('wrong password') -click('OK', roleName='push button') +click('Unlock Document', roleName='push button') click('Cancel', roleName='push button') # Try again with the correct password click('Unlock Document', roleName='push button') focus.widget('Password Entry', roleName='password text') type('Foo') -click('OK', roleName='push button') +click('Unlock Document', roleName='push button') # Close evince click('File', roleName='menu')