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 96163b5 commit 7214d8aCopy full SHA for 7214d8a
tests/test_thunderbird.py
@@ -277,7 +277,7 @@ def get_messages(tb):
277
except tree.SearchError:
278
# TB < 128
279
tb.app.button('Get Messages').doActionNamed('press')
280
- tb.app.child(name='Inbox.*', roleName='tree item').doActionNamed(
+ tb.app.child(name='Inbox.*|user@localhost', roleName='tree item').doActionNamed(
281
'activate')
282
283
# TB < 115
0 commit comments