mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix JS tests
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user