Skip to content

Commit 5cc50fa

Browse files
committed
Delay asssertion in tests
1 parent b4bdf28 commit 5cc50fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/rescript/rescript_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
fill_in author_field, with: comment.author
5151
fill_in text_field, with: comment.text
5252
click_button("Post")
53+
sleep(1)
5354
expect(Comment.all.count).to equal(new_comment_count)
5455
end
5556

0 commit comments

Comments
 (0)