Commit da72be8f authored by JC Brand's avatar JC Brand

Fix intermittent browser test failures

parent df3bcad0
......@@ -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');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment