浏览代码

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');