Skip to content

Commit

Permalink
fix invite_participatory_space_admins_shared_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Aug 13, 2024
1 parent f3b7c87 commit 4d52de1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
find("*[type=submit]").click
end

click_on "Review them now"

expect(page).to have_current_path "/admin/admin_terms/show"

visit decidim_admin.admin_terms_show_path
Expand Down Expand Up @@ -83,6 +85,8 @@
find("*[type=submit]").click
end

click_on "Review them now"

expect(page).to have_current_path "/admin/admin_terms/show"

visit decidim_admin.admin_terms_show_path
Expand Down

0 comments on commit 4d52de1

Please sign in to comment.