mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-14 21:28:51 +01:00
remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script
This commit is contained in:
parent
8d10deac30
commit
d945d974a7
12 changed files with 52 additions and 202 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue