mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
remove selenium scripts that are covered by cucumber scenarios
This commit is contained in:
parent
ef5cb8cd77
commit
72b2d4dfc9
4 changed files with 0 additions and 40 deletions
|
|
@ -1,8 +0,0 @@
|
|||
setup :fixtures => :all
|
||||
login :as => 'admin'
|
||||
open "/"
|
||||
drag_todo_to 18, 9
|
||||
wait_for_visible 'css=#todo_9 a.show_successors img'
|
||||
click 'css=#todo_9 a.show_successors img'
|
||||
assert_visible 'successors_todo_9'
|
||||
assert_visible 'css=#successors_todo_9 #successor_todo_18'
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# Test for issue #964
|
||||
setup :fixtures => :all
|
||||
login :as => 'admin'
|
||||
Todo.create(:context => Context.find(3), :description => 'foo')
|
||||
open "/"
|
||||
click "css=#successor_todo_19 img.delete_item"
|
||||
wait_for_visible 'flash'
|
||||
assert_visible 'c3'
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
setup :fixtures => :all
|
||||
login :as => 'admin'
|
||||
open "/todos/tag/foo"
|
||||
assert_text 'badge_count', '2'
|
||||
|
||||
click "css=#ultodo_2 img[alt='Delete']"
|
||||
assert_confirmation "Are you sure that you want to delete the action 'Call dinosaur exterminator'?"
|
||||
wait_for_element_not_present "todo_2"
|
||||
|
||||
assert_text 'badge_count', '1'
|
||||
|
||||
# mark one complete
|
||||
click "xpath=//div[@id='c1'] //div[@id='todo_1'] //input[@class='item-checkbox']"
|
||||
wait_for_element_present "xpath=//div[@id='completed_container'] //div[@id='todo_1']"
|
||||
|
||||
assert_text 'badge_count', '0'
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
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