Skin count has changed

This commit is contained in:
Xavier Guimard 2017-03-15 16:06:02 +00:00
parent 221a74f65e
commit 48eb208b46

View File

@ -14,7 +14,7 @@ describe('Lemonldap::NG Manager', function() {
element(by.id('t-portalSkin')).click();
element(by.css('[ng-click="showModal(\'portalSkinChoice.html\')"]')).click();
var skinChoice = element.all(by.repeater('b in currentNode.select'));
expect(skinChoice.count()).toEqual(4);
expect(skinChoice.count()).toEqual(1);
});
});
});
});