We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60935eb commit 3c2a847Copy full SHA for 3c2a847
test/integration/posts_test.exs
@@ -26,7 +26,9 @@ defmodule Integration.PostsTest do
26
test "new posts are injected onto the page" do
27
navigate_to "http://localhost:4001/"
28
this_post = %Post{ @post | content: "this post"}
29
+ :timer.sleep 500
30
ImageTweetStreamer.store_post(this_post)
31
32
assert page_source =~ this_post.content
33
end
34
0 commit comments