Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Last active September 10, 2016 16:12
Show Gist options
  • Select an option

  • Save gotbahn/116cb49de2f920c90e2446b2f691f736 to your computer and use it in GitHub Desktop.

Select an option

Save gotbahn/116cb49de2f920c90e2446b2f691f736 to your computer and use it in GitHub Desktop.
Functional tests with Casper.js in Travis CI
document.querySelector('.action').addEventListener('click', function () {
this.insertAdjacentHTML('afterend', '<div class="text">You hear \'click\'</div>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment