Merge pull request #3573 from consul/improve-ux

Add help texs, links and new message section to improve UX
This commit is contained in:
Alberto
2019-06-01 10:38:52 +02:00
committed by GitHub
28 changed files with 333 additions and 47 deletions

View File

@@ -20,11 +20,14 @@ module Notifications
click_link "My content"
within("#proposal_#{proposal.id}") do
click_link proposal.title
click_link "Dashboard"
end
click_link "Access the community"
click_link "Send message to the community"
within("#side_menu") do
click_link "Message to users"
end
click_link "Send message to proposal supporters"
fill_in "proposal_notification_title", with: "Thanks for supporting proposal: #{proposal.title}"
fill_in "proposal_notification_body", with: "Please share it with others! #{proposal.summary}"