Skip to content

Commit 8becb91

Browse files
committed
tests: update for TB 145
1 parent bf8d6b3 commit 8becb91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_thunderbird.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def configure_openpgp_account(tb):
233233
key_manager.findChild(
234234
GenericPredicate(name='Import Public Key(s) From File',
235235
roleName='menu item')).doActionNamed('click')
236-
file_chooser = tb.app.findChild(GenericPredicate(name='Import OpenPGP Key File',
236+
file_chooser = tb.app.findChild(GenericPredicate(name='Import OpenPGP Key File.*',
237237
roleName='file chooser'))
238238
# wait for dialog to completely initialize, otherwise it may try to click
239239
# on "Home" before it is active.

0 commit comments

Comments
 (0)