mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-22 00:36:12 +01:00
parent
0eec884428
commit
9ddd5c5d2a
4 changed files with 17 additions and 2 deletions
7
test/selenium/tags/complete_last_todo.rsel
Normal file
7
test/selenium/tags/complete_last_todo.rsel
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#Test for issue #952
|
||||
setup :fixtures => :all
|
||||
login :as => 'admin'
|
||||
open "/todos/tag/foo"
|
||||
click "css=#line_todo_2 .item-checkbox"
|
||||
wait_for_element_not_present "css=#c2 #line_todo_2"
|
||||
wait_for_not_visible "c2"
|
||||
8
test/selenium/tags/create_todo_in_hidden_context.rsel
Normal file
8
test/selenium/tags/create_todo_in_hidden_context.rsel
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
setup :fixtures => :all
|
||||
login :as => 'admin'
|
||||
open "/todos/tag/foo"
|
||||
type "todo_description", "run around"
|
||||
type "todo_context_name", "freetime"
|
||||
click "todo_new_action_submit"
|
||||
wait_for_visible "flash"
|
||||
assert_text "css=#c7items div.description span", "run around"
|
||||
Loading…
Add table
Add a link
Reference in a new issue