prevent UI test failure randomly

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11971 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-06-14 07:31:00 +00:00
parent 6ccb68bd46
commit 6da348c3e6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
assert page.has_css?('form#issue-form')
assert page.has_css?('p#watchers_form')
within('span#watchers_inputs') do
assert page.has_content?('Some Watcher'), "No watcher content"
assert has_content?('Some Watcher'), "No watcher content"
end
assert_difference 'Issue.count' do
find('input[name=commit]').click