tracks/test/selenium/users/delete_user.rsel
2008-12-03 20:53:50 +01:00

7 lines
No EOL
311 B
Text

setup :fixtures => :all
login :as => 'admin'
open '/users'
assert_text_present "John Deere"
click "//tr[@id='user-3']//img"
assert_confirmation "Warning: this will delete user 'john', all their actions, contexts, project and notes. Are you sure that you want to continue?"
wait_for_text_not_present "John Deere"