##// END OF EJS Templates
prevent UI test failure randomly...
Toshi MARUYAMA -
r11740:6ccb68bd461a
parent child
Show More
@@ -121,8 +121,9 class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base
121 click_button 'Add'
121 click_button 'Add'
122 end
122 end
123 assert page.has_css?('form#issue-form')
123 assert page.has_css?('form#issue-form')
124 within('p#watchers_form') do
124 assert page.has_css?('p#watchers_form')
125 assert page.has_content?('Some Watcher')
125 within('span#watchers_inputs') do
126 assert page.has_content?('Some Watcher'), "No watcher content"
126 end
127 end
127 assert_difference 'Issue.count' do
128 assert_difference 'Issue.count' do
128 find('input[name=commit]').click
129 find('input[name=commit]').click
General Comments 0
You need to be logged in to leave comments. Login now