Skip to content

Commit 7214d8a

Browse files
committed
tests: update for Thunderbird version/config in Whonix 17
1 parent 96163b5 commit 7214d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_thunderbird.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_messages(tb):
277277
except tree.SearchError:
278278
# TB < 128
279279
tb.app.button('Get Messages').doActionNamed('press')
280-
tb.app.child(name='Inbox.*', roleName='tree item').doActionNamed(
280+
tb.app.child(name='Inbox.*|user@localhost', roleName='tree item').doActionNamed(
281281
'activate')
282282
except tree.SearchError:
283283
# TB < 115

0 commit comments

Comments
 (0)