@@ -113,9 +113,8 class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base | |||
|
113 | 113 | assert page.has_no_content?('Some Watcher') |
|
114 | 114 | click_link 'Search for watchers to add' |
|
115 | 115 | within('form#new-watcher-form') do |
|
116 | assert page.has_content?('Some One') | |
|
117 | 116 | fill_in 'user_search', :with => 'watch' |
|
118 |
assert page.has_ |
|
|
117 | assert page.has_content?('Some Watcher') | |
|
119 | 118 | check 'Some Watcher' |
|
120 | 119 | click_button 'Add' |
|
121 | 120 | end |
General Comments 0
You need to be logged in to leave comments.
Login now