소스 검색

Fix intermittent browser test failures

JC Brand 9 년 전
부모
커밋
da72be8f3e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      spec/controlbox.js

+ 4 - 0
spec/controlbox.js

@@ -134,6 +134,10 @@
         }
 
         describe("The live filter", $.proxy(function () {
+            beforeEach(function () {
+                test_utils.openControlBox();
+            });
+
             it("will only appear when roster contacts flow over the visible area", $.proxy(function () {
                 _clearContacts();
                 var $filter = converse.rosterview.$('.roster-filter');