Fix JS tests

This commit is contained in:
Nicolas Le Goff
2014-06-24 01:32:25 +02:00
parent 5d5ff6c1fe
commit 4b033353bf

View File

@@ -32,7 +32,7 @@ define([
el: $('form[name=loginForm]')
});
Object.keys(form.inputViews).length.should.equal(5);
Object.keys(form.inputViews).length.should.equal(4);
});
it("should initialize errors", function () {