Skip to content

Commit e723bd6

Browse files
committed
tests: adjust disabling donation prompt, yet again
The mechanism to disable it changed again... This affects at least the version in Debian 12.
1 parent e9daabf commit e723bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/splitgpg/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ def setup_tb_profile(self, setup_openpgp):
505505
user_pref("mail.identity.id1.compose_html", false);
506506
user_pref("datareporting.policy.dataSubmissionEnabled", false); // avoid message popups
507507
user_pref("app.donation.eoy.version.viewed", 100); // avoid message popups
508+
user_pref("mail.inappnotifications.enabled", false); // avoid message popups
508509
"""
509510
imap_server = """
510511
user_pref("mail.server.server1.userName", "user");

0 commit comments

Comments
 (0)