Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Aug 13, 2024
1 parent 43bbbb5 commit 8765eb5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
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 @@ -85,8 +83,6 @@
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 @@ -22,8 +22,6 @@
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,8 +20,6 @@
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 8765eb5

Please sign in to comment.