Commit e64c3b2b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
parent 9728ae85
...@@ -227,7 +227,7 @@ describe "Issues" do ...@@ -227,7 +227,7 @@ describe "Issues" do
find('.edit-issue.inline-update').select(milestone.title, from: 'issue_milestone_id') find('.edit-issue.inline-update').select(milestone.title, from: 'issue_milestone_id')
click_button 'Update Issue' click_button 'Update Issue'
page.should have_content "and attached to milestone" page.should have_content "Attached to milestone"
page.has_select?('issue_assignee_id', :selected => milestone.title) page.has_select?('issue_assignee_id', :selected => milestone.title)
end end
end end
...@@ -248,7 +248,7 @@ describe "Issues" do ...@@ -248,7 +248,7 @@ describe "Issues" do
visit project_issue_path(project, issue) visit project_issue_path(project, issue)
page.should have_content "attached to milestone #{milestone.title}" page.should have_content "Attached to milestone #{milestone.title}"
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment