Explorar el Código

Fix failing test

JC Brand hace 7 años
padre
commit
134198a165
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
                 }));