Watcher search now displays project members by default.

git-svn-id: http://svn.redmine.org/redmine/trunk@12951 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-03-02 11:05:26 +00:00
parent 8a2413f3b7
commit 1d71564d6f
1 changed files with 1 additions and 2 deletions

View File

@ -113,9 +113,8 @@ class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
assert page.has_no_content?('Some Watcher')
click_link 'Search for watchers to add'
within('form#new-watcher-form') do
assert page.has_content?('Some One')
fill_in 'user_search', :with => 'watch'
assert page.has_no_content?('Some One')
assert page.has_content?('Some Watcher')
check 'Some Watcher'
click_button 'Add'
end