"If you think this location should be updated, ask a data coordinator to make the changes. Find your data coordinators on the #{link_to('users page',users_path)}.".html_safe
"If you think this scheme should be updated, ask a data coordinator to make the changes. Find your data coordinators on the #{link_to('users page',users_path)}.".html_safe
it"returns correct edit location text for a parent organisation location"do
expect(edit_location_text(scheme,data_provider)).toinclude("If you think this location should be updated, ask a data coordinator to make the changes. Find your data coordinators on the ")
end
it"returns correct edit location text for your organisation location"do
expect(edit_location_text(scheme,data_provider)).toinclude("If you think this location should be updated, ask a data coordinator to make the changes. Find your data coordinators on the ")
it"returns correct edit scheme text for a parent organisation scheme"do
expect(edit_scheme_text(scheme,data_provider)).toinclude("If you think this scheme should be updated, ask a data coordinator to make the changes. Find your data coordinators on the ")
end
it"returns correct edit scheme text for your organisation scheme"do
expect(edit_scheme_text(scheme,data_provider)).toinclude("If you think this scheme should be updated, ask a data coordinator to make the changes. Find your data coordinators on the ")