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

Commit

Permalink
Remove commented todo's from bottom of tests, tighten up require's
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Aug 20, 2011
1 parent 4b0a038 commit cb500bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/clj_webdriver/test/core.clj
@@ -1,7 +1,7 @@
(ns clj-webdriver.test.core
(:require [clj-webdriver.test.example-app.core :as web-app])
(:use [clj-webdriver.core] :reload)
(:use ring.adapter.jetty)
(:use [ring.adapter.jetty :only [run-jetty]])
(:use [clojure.test]))

;; Setup
Expand Down Expand Up @@ -222,6 +222,3 @@
(close b)
(is (= test-base-url
(:url (window-handle b)))))
;; TODO:
;; * Form element tests (comprehensive)
;; * Exception throwing (esp. for find-it/find-them argument handling)p

0 comments on commit cb500bf

Please sign in to comment.