From 2a3fb830864baf6e7f78d518ee6b7b2218d6dad7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 8 Feb 2010 20:35:28 -0300 Subject: [PATCH] Waiting some time before wiping out the database under selenium. --- features/support/selenium.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/features/support/selenium.rb b/features/support/selenium.rb index 0a5d837..7eb3f30 100644 --- a/features/support/selenium.rb +++ b/features/support/selenium.rb @@ -20,5 +20,6 @@ Before do end After do + sleep 2 DatabaseCleaner.clean end -- libgit2 0.21.2