Update node count (#1183)

This commit is contained in:
Xavier Guimard 2017-06-09 10:45:38 +00:00
parent d4361af5be
commit 109bdfc9c1

View File

@ -9,7 +9,7 @@ describe('Lemonldap::NG Manager', function() {
it('should display 9 main nodes', function() {
browser.get('/');
var mainNodes = element.all(by.repeater('node in data track by node.id'));
expect(mainNodes.count()).toEqual(9);
expect(mainNodes.count()).toEqual(12);
});
it('should find a rule', function() {
@ -37,4 +37,4 @@ describe('Lemonldap::NG Manager', function() {
expect(def.count()).toEqual(1);
});
});
});
});