My test:
it(\'should allow login\', function() { browser.get(\'index.html\'); $(\'#username\').sendKeys(\'administrator\'); $(\'#password\').sendKeys(\'pa
This should work :
var logout = $('#logout'); expect(logout.isPresent()).to.eventually.be.true;