4 links now since logout display

This commit is contained in:
Xavier Guimard 2015-12-22 10:45:22 +00:00
parent 5c71835cac
commit c25ef5102c

View File

@ -5,7 +5,7 @@ describe('Lemonldap::NG Manager', function() {
it('should display other modules', function() {
browser.get('/');
var links = element.all(by.repeater('link in links'));
expect(links.count()).toEqual(3);
expect(links.count()).toEqual(4);
element(by.xpath("//a[@href='sessions.html']")).click();
});