Fix category merge form submission (#3225)

This commit is contained in:
Shibu M
2026-08-27 21:08:59 +02:00
committed by GitHub
parent 695c1b4190
commit 683a3bf98d
2 changed files with 2 additions and 0 deletions
@@ -172,6 +172,7 @@ class CategoriesControllerTest < ActionDispatch::IntegrationTest
assert_response :success
assert_select "#mobile-settings-nav"
assert_select "form[action='#{perform_merge_categories_path}'] button[type='submit']"
end
test "merge renders without the settings layout for modal frame requests" do