@@ -123,7 +123,7 class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base | |||||
123 | assert page.has_css?('form#issue-form') |
|
123 | assert page.has_css?('form#issue-form') | |
124 | assert page.has_css?('p#watchers_form') |
|
124 | assert page.has_css?('p#watchers_form') | |
125 | within('span#watchers_inputs') do |
|
125 | within('span#watchers_inputs') do | |
126 |
assert |
|
126 | assert has_content?('Some Watcher'), "No watcher content" | |
127 | end |
|
127 | end | |
128 | assert_difference 'Issue.count' do |
|
128 | assert_difference 'Issue.count' do | |
129 | 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