Commit
2a3fb830864baf6e7f78d518ee6b7b2218d6dad7
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
Waiting some time before wiping out the database under selenium.
(hoping 2 seconds is enough)
| @@ -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 |