Commit
2a3fb830864baf6e7f78d518ee6b7b2218d6dad7
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
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 |