##// END OF EJS Templates
Merged r12951....
Jean-Philippe Lang -
r12677:91a161fadba7
parent child
Show More
@@ -113,9 +113,8 class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
113 assert page.has_no_content?('Some Watcher')
113 assert page.has_no_content?('Some Watcher')
114 click_link 'Search for watchers to add'
114 click_link 'Search for watchers to add'
115 within('form#new-watcher-form') do
115 within('form#new-watcher-form') do
116 assert page.has_content?('Some One')
117 fill_in 'user_search', :with => 'watch'
116 fill_in 'user_search', :with => 'watch'
118 assert page.has_no_content?('Some One')
117 assert page.has_content?('Some Watcher')
119 check 'Some Watcher'
118 check 'Some Watcher'
120 click_button 'Add'
119 click_button 'Add'
121 end
120 end
General Comments 0
You need to be logged in to leave comments. Login now