Skip to content

Commit

Permalink
add an example to tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Apr 25, 2012
1 parent e2b50e6 commit 97ebfc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/twitter.capy
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
visit 'http://twitter.com/'
fill_in 'session[username_or_email]', :with => USERNAME
fill_in 'session[password]', :with => PASSWORD
click_on 'Sign in'
browser.keyboard.send_keys('n')
browser.keyboard.send_keys('Tweet from capy!')
click_on 'Tweet'
2 changes: 0 additions & 2 deletions examples/twitter.js

This file was deleted.

0 comments on commit 97ebfc0

Please sign in to comment.