@@ -122,9 +122,11 class Redmine::UiTest::IssuesTest < Redmine::UiTest::Base | |||
|
122 | 122 | end |
|
123 | 123 | assert page.has_css?('form#issue-form') |
|
124 | 124 | assert page.has_css?('p#watchers_form') |
|
125 | within('span#watchers_inputs') do | |
|
126 |
within( |
|
|
127 | assert has_content?('Some Watcher'), "No watcher content" | |
|
125 | using_wait_time(30) do | |
|
126 | within('span#watchers_inputs') do | |
|
127 | within("label#issue_watcher_user_ids_#{user.id}") do | |
|
128 | assert has_content?('Some Watcher'), "No watcher content" | |
|
129 | end | |
|
128 | 130 | end |
|
129 | 131 | end |
|
130 | 132 | assert_difference 'Issue.count' do |
General Comments 0
You need to be logged in to leave comments.
Login now