aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common_steps.py
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2014-04-25 19:41:43 +0800
committerVadim Rutkovsky <vrutkovs@redhat.com>2014-04-26 05:09:38 +0800
commit9c1ed98993216b22b1213daf88d335d53a7b7b1a (patch)
tree3a7246fd863adaae0e42ad243503805ac3da7d94 /tests/common_steps.py
parent47eb4b546fe25ec6efc8a4b97294b8024d1424d2 (diff)
downloadgsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar.gz
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar.bz2
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar.lz
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar.xz
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.tar.zst
gsoc2013-evolution-9c1ed98993216b22b1213daf88d335d53a7b7b1a.zip
tests: don't prompt for default mail handler
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):