Created
August 4, 2016 18:18
-
-
Save melissamcewen/227170618d6bb8cc5aa24586ee5729e5 to your computer and use it in GitHub Desktop.
Casper test1
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
module.exports = function(casper, scenario, vp) { | |
casper.mouse.move('.menu-toggle'); | |
casper.click('.menu-toggle'); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment