Skip to content

Instantly share code, notes, and snippets.

@ezy
Created February 2, 2018 00:40
Show Gist options
  • Select an option

  • Save ezy/f2cabb0ac1d6774d3300e00c2b915e79 to your computer and use it in GitHub Desktop.

Select an option

Save ezy/f2cabb0ac1d6774d3300e00c2b915e79 to your computer and use it in GitHub Desktop.
Ember testing cheatsheet
// Visit URLS
andThen(() => {
visit('/url');
});
// Fill in inputs
fillIn('input#id', 'string');
// Click things
click('button#submit-button');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment