Skip to content

Instantly share code, notes, and snippets.

@ay13
Last active August 29, 2015 14:03
Show Gist options
  • Save ay13/faf4f443b4bc8f484e34 to your computer and use it in GitHub Desktop.
Save ay13/faf4f443b4bc8f484e34 to your computer and use it in GitHub Desktop.
Changing a <select> in a Protractor E2E test
element(by.model('operator')).element(by.css('option[value="DIVISION"]')).click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment