remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script

This commit is contained in:
Reinier Balt 2010-02-09 10:27:59 +01:00
parent 8d10deac30
commit d945d974a7
12 changed files with 52 additions and 202 deletions

View file

@ -1,10 +0,0 @@
setup :fixtures => :all
login :as => 'admin'
open "/contexts/1"
click "context_name"
wait_for_element_present "css=#context_name form input"
type "css=#context_name form input", "Test Foo"
click "css=#context_name form button"
wait_for_text "context_name", "Test Foo"
open "/contexts/1"
wait_for_text "context_name", "Test Foo"