prevent failure of test_create_issue_with_watchers at UI IssuesTest

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11822 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-05-10 05:51:31 +00:00
parent ed956ba5d4
commit 72a46e53ed
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
check 'Some Watcher'
click_button 'Add'
end
assert page.has_css?('form#issue-form')
assert page.has_content?('Some Watcher')
assert_difference 'Issue.count' do
find('input[name=commit]').click