diff options
author | Wu Xiaotian <[email protected]> | 2019-06-26 10:15:07 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 16:22:46 +0200 |
commit | dc0b8781552c221ac9910faf70224f2ac506775d (patch) | |
tree | 447e06dbb0518d7355e0708a01a2e6297adf39a3 /test/test6.py | |
parent | cb4293fe6cb01c7ffcb890a22e91ed0702d2656f (diff) | |
download | atril-dc0b8781552c221ac9910faf70224f2ac506775d.tar.bz2 atril-dc0b8781552c221ac9910faf70224f2ac506775d.tar.xz |
force get focus on atril when testing
Diffstat (limited to 'test/test6.py')
-rwxr-xr-x | test/test6.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test6.py b/test/test6.py index 60c7bc4e..a2687d08 100755 --- a/test/test6.py +++ b/test/test6.py @@ -25,6 +25,7 @@ if os.path.exists(ps_file): run('atril', arguments=' '+srcdir+'/test-page-labels.pdf') +focus.application('atril') click('File', roleName='menu') click('Print…', roleName='menu item') |