Skip to content

Commit 2303fff

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 5950e45 commit 2303fff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

splitgpg2tests/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def setup_tb_profile(self, setup_openpgp):
424424
user_pref("mail.identity.id1.compose_html", false);
425425
user_pref("datareporting.policy.dataSubmissionEnabled", false); // avoid message popups
426426
user_pref("app.donation.eoy.version.viewed", 100); // avoid message popups
427+
user_pref("mail.inappnotifications.enabled", false); // avoid message popups
427428
"""
428429
imap_server = """
429430
user_pref("mail.server.server1.userName", "user");

0 commit comments

Comments
 (0)