Always show create question button on admin proposal show

This commit is contained in:
decabeza
2019-03-13 13:28:12 +01:00
parent e7dd63e264
commit 74958fab02
7 changed files with 37 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ feature "Admin proposals" do
successful_proposals.each do |proposal|
visit admin_proposal_path(proposal)
expect(page).to have_content "This proposal has reached the required supports"
expect(page).to have_link "Create question"
expect(page).to have_link "Add this proposal to a poll to be voted"
end
end
end