Commit f2353352a24976829470b7eb60b295313dfa75bb

Authored by Dmitriy Zaporozhets
1 parent 55440ac9

Test for milestone changed comment

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/features/issues_spec.rb
... ... @@ -248,7 +248,7 @@ describe &quot;Issues&quot;, feature: true do
248 248 find('.edit-issue.inline-update').select(milestone.title, from: 'issue_milestone_id')
249 249 click_button 'Update Issue'
250 250  
251   - page.should have_content "Milestone"
  251 + page.should have_content "Milestone changed to #{milestone.title}"
252 252 page.has_select?('issue_assignee_id', :selected => milestone.title)
253 253 end
254 254 end
... ...