Skip to content

Commit

Permalink
moved magazine name to .profile
Browse files Browse the repository at this point in the history
  • Loading branch information
xicubed committed Jan 24, 2014
1 parent 3b6c310 commit 330ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ariane/browser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; (input-text "#password" (System/getenv "FLIPBOARD_PASSWORD"))
;; (submit (find-element {:tag :button, :text "Sign In"}))
;; to click the name of the magazine... in this case mal9000
;; (click (find-element {:tag :h1, :text "mal9000" }))
;; (click (find-element {:tag :h1, :text "FLIPBOARD_MAGAZINE" }))
;; (click (find-element {:tag :button, :text "Add" }))
;; to quit the driver
;; (quit)
Expand Down

0 comments on commit 330ceaa

Please sign in to comment.