Skip to content

Commit

Permalink
fix participatory space collaborator shared examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Aug 13, 2024
1 parent 4d52de1 commit 82e8c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 82e8c6d

Please sign in to comment.