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

Implement nested assemblies navigation #13662

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix specs
  • Loading branch information
mllocs committed Nov 27, 2024
commit 08c9a1af473fa81bfa498902be469b1f91a76ea9

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@
let!(:child_assembly) { create(:assembly, parent: assembly, organization:, hashtag: "child") }

before do
visit decidim_admin_assemblies.assemblies_path
within "tr", text: translated(assembly.title) do
click_on "Assemblies"
end

click_on "Configure"
visit decidim_admin_assemblies.edit_assembly_path(child_assembly)
end

context "when is a public assembly" do
Expand Down
Loading