Commit 2a3fb830864baf6e7f78d518ee6b7b2218d6dad7

Authored by Antonio Terceiro
1 parent 62ea01f6

Waiting some time before wiping out the database under selenium.

(hoping 2 seconds is enough)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/support/selenium.rb
@@ -20,5 +20,6 @@ Before do @@ -20,5 +20,6 @@ Before do
20 end 20 end
21 21
22 After do 22 After do
  23 + sleep 2
23 DatabaseCleaner.clean 24 DatabaseCleaner.clean
24 end 25 end