Browse Source

Fix failing test

JC Brand 7 years ago
parent
commit
1e927294e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/chatbox.js

+ 1 - 1
spec/chatbox.js

@@ -416,7 +416,7 @@
                     expect(view).toBeDefined();
                     var $toolbar = $(view.el).find('ul.chat-toolbar');
                     expect($toolbar.length).toBe(1);
-                    expect($toolbar.children('li').length).toBe(3);
+                    expect($toolbar.children('li').length).toBe(2);
                     done();
                 }));