it('should fail to find a non-existent element', function() { browser.get('app/index.html#/form'); browser.pause(); // This element doesn't exist, so this fails. var nonExistent = element(by.binding('nopenopenope')).getText();});