Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove test for find-element-by in Taxi API, removed
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Feb 20, 2012
1 parent 09d124b commit fa57ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/clj_webdriver/test/taxi.clj
Expand Up @@ -73,7 +73,6 @@
(go)
(facts
(attribute "*.first.odd" :class) => "first odd"
(attribute (find-element-by (core/by-class-name "first odd")) :class) => "first odd"
(attribute (find-element-under (find-element {:tag :li, :text #"simple"})
(core/by-tag :a))
:href) => "http://clojure.blip.tv/file/4824610/"
Expand Down

0 comments on commit fa57ed1

Please sign in to comment.