Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Participation module #3909

Merged
merged 16 commits into from
Oct 16, 2021
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
entantoencuanto committed Oct 5, 2021
commit 743a416515802074e4eb33ff53978aab670628d8
2 changes: 1 addition & 1 deletion test/integration/home_page_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_greeting_to_first_active_module
with_current_site(site) do
visit @path

assert has_content?("Participation")
assert has_content?("Budgets elaboration")
end
end

Expand Down