From fe557979e02253ea4a3a4bfecd8f8badc4c72fea Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Thu, 24 Apr 2014 13:18:21 +0200 Subject: [PATCH] tests: don't restart Evolution after initial setup --- tests/steps/initial_setup_steps.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/steps/initial_setup_steps.py b/tests/steps/initial_setup_steps.py index 5bf9591de8..0abd8b8900 100644 --- a/tests/steps/initial_setup_steps.py +++ b/tests/steps/initial_setup_steps.py @@ -28,10 +28,6 @@ def open_evolution_and_setup_fake_account(context): * Complete Account Summary in Evolution Account Assistant * Complete Done dialog in Evolution Account Assistant """) - # Evo doesn't create default addressbook immidiately - # We should restart it - system("evolution --force-shutdown 2&> /dev/null") - context.execute_steps(u'* Start a new Evolution instance') @step(u'Complete Receiving Options in Evolution Account Assistant')