Add new texts
- Changed texts - Fixed Spec
This commit is contained in:
@@ -70,7 +70,7 @@ feature "Proposal's dashboard" do
|
||||
|
||||
visit progress_proposal_dashboard_path(proposal)
|
||||
|
||||
expect(page).to have_link("Check out recommended actions")
|
||||
expect(page).to have_link("Go to recommended actions")
|
||||
end
|
||||
|
||||
scenario "Dashboard progress do not display link to new page for proposed actions
|
||||
@@ -233,8 +233,8 @@ feature "Proposal's dashboard" do
|
||||
click_link "Recommended actions"
|
||||
|
||||
expect(page).to have_content("Recommended actions")
|
||||
expect(page).to have_content("Recommended actions pending")
|
||||
expect(page).to have_content("Recommended actions done")
|
||||
expect(page).to have_content("Pending")
|
||||
expect(page).to have_content("Done")
|
||||
end
|
||||
|
||||
scenario "On recommended actions section display from the fourth proposed actions
|
||||
|
||||
Reference in New Issue
Block a user