aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common_steps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common_steps.py')
-rw-r--r--tests/common_steps.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/common_steps.py b/tests/common_steps.py
index 3752142f9d..08b64affb4 100644
--- a/tests/common_steps.py
+++ b/tests/common_steps.py
@@ -194,7 +194,8 @@ def cleanup():
system("gsettings set org.gnome.evolution.shell skip-warning-dialog true")
# Show switcher buttons as icons (to minimize tree scrolling)
system("gsettings set org.gnome.evolution.shell buttons-style icons")
-
+ # Skip default mailer handler dialog
+ system("gsettings set org.gnome.evolution.mail prompt-check-if-default-mailer false")
def check_for_errors(context):