diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-24 19:18:21 +0800 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-24 20:24:08 +0800 |
commit | fe557979e02253ea4a3a4bfecd8f8badc4c72fea (patch) | |
tree | b1dab4cf1bc64e76dcf7dad0c87124f18bae8b36 | |
parent | d4207178abf7451eb710dfc4af0aa0f7a585043b (diff) | |
download | gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar.gz gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar.bz2 gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar.lz gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar.xz gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.tar.zst gsoc2013-evolution-fe557979e02253ea4a3a4bfecd8f8badc4c72fea.zip |
tests: don't restart Evolution after initial setup
-rw-r--r-- | tests/steps/initial_setup_steps.py | 4 |
1 files changed, 0 insertions, 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') |