Removed feature: comments on wiki

This commit is contained in:
Dmitriy Zaporozhets 2012-11-29 06:14:05 +03:00
parent df03275eaa
commit a0aa0212a9
7 changed files with 1 additions and 59 deletions

View file

@ -197,18 +197,6 @@ describe "Gitlab Flavored Markdown" do
page.should have_link("##{issue.id}")
end
it "should render in wikis#index", js: true do
visit project_wiki_path(project, :index)
fill_in "Title", with: 'Test title'
fill_in "Content", with: '[link test](test)'
click_on "Save"
fill_in "note_note", with: "see ##{issue.id}"
click_button "Add Comment"
page.should have_link("##{issue.id}")
end
end