diff options
Diffstat (limited to 'tests/frontend/specs/chat.js')
-rw-r--r-- | tests/frontend/specs/chat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/specs/chat.js b/tests/frontend/specs/chat.js index a488193f..ccb8b569 100644 --- a/tests/frontend/specs/chat.js +++ b/tests/frontend/specs/chat.js @@ -41,7 +41,7 @@ describe("Chat messages and UI", function(){ it("makes sure that an empty message can't be sent", function(done) { var inner$ = helper.padInner$; var chrome$ = helper.padChrome$; - + //click on the chat button to make chat visible var $chatButton = chrome$("#chaticon"); $chatButton.click(); |