Skip to content
Snippets Groups Projects
Commit 8d2376b3 authored by Dennis Collinson's avatar Dennis Collinson
Browse files

just sleep

parent e78ab14f
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ module PostGenerationHelpers
def visit_posts_and_collect_template_names(user)
visit(post_path(user.posts.last))
user.posts.map do |post|
sleep 0.25
post = find('.post')
template_name = post['data-template']
click_next_button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment