Last active
September 10, 2016 16:12
-
-
Save gotbahn/116cb49de2f920c90e2446b2f691f736 to your computer and use it in GitHub Desktop.
Functional tests with Casper.js in Travis CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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