We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d6b3 commit 8becb91Copy full SHA for 8becb91
1 file changed
tests/test_thunderbird.py
@@ -233,7 +233,7 @@ def configure_openpgp_account(tb):
233
key_manager.findChild(
234
GenericPredicate(name='Import Public Key(s) From File',
235
roleName='menu item')).doActionNamed('click')
236
- file_chooser = tb.app.findChild(GenericPredicate(name='Import OpenPGP Key File',
+ file_chooser = tb.app.findChild(GenericPredicate(name='Import OpenPGP Key File.*',
237
roleName='file chooser'))
238
# wait for dialog to completely initialize, otherwise it may try to click
239
# on "Home" before it is active.
0 commit comments