Skip to content

Commit

Permalink
Add an ID to the chat textarea so the test can find it easily
Browse files Browse the repository at this point in the history
  • Loading branch information
oponder committed Mar 12, 2013
1 parent bd44210 commit 8c0ba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/templates/chatbox.jst.eco
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<textarea class="chat-input"></textarea>
<textarea class="chat-input" id="chat-input"></textarea>
<button class="post">Post</button>

0 comments on commit 8c0ba3e

Please sign in to comment.