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

Commit

Permalink
Template Taxi test for 'to'
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Nov 5, 2012
1 parent bd14877 commit 066183a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/clj_webdriver/test/taxi.clj
Expand Up @@ -56,9 +56,9 @@

(deftest-template-param
to-should-open-given-url-in-browser @alt-driver
(to (str test-base-url "example-form"))
(is (= (current-url) (str test-base-url "example-form")))
(is (= (title) "Ministache")))
(to __ (str test-base-url "example-form"))
(is (= (current-url __) (str test-base-url "example-form")))
(is (= (title __) "Ministache")))

(deftest-template-param
test-cookie-handling @alt-driver
Expand Down

0 comments on commit 066183a

Please sign in to comment.