Skip to content

Instantly share code, notes, and snippets.

@luizaguerra
Created October 27, 2017 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizaguerra/e8c6f8bdd522eab561e9d02bd9e7d1c1 to your computer and use it in GitHub Desktop.
Save luizaguerra/e8c6f8bdd522eab561e9d02bd9e7d1c1 to your computer and use it in GitHub Desktop.
var TextAreaPage = function(){
this.title = 'AngularJS: API: textarea';
this.searchTextArea = element(by.linkText('textarea'));
}
module.exports = TextAreaPage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment