fix pagination test
CI / scan_ruby (push) Failing after 15s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 22s
CI / test (push) Successful in 51s

This commit is contained in:
2026-02-04 08:59:04 +01:00
parent 441caabb98
commit b45a451748
+2 -2
View File
@@ -41,8 +41,8 @@ class EntriesControllerTest < ActionDispatch::IntegrationTest
test "should paginate results" do
get entries_url, params: { page: 2 }
assert_response :success
assert_not_nil assigns(:pagy)
assert_select "div", text: /Displaying/i
assert_select "a", text: "Previous"
assert_select "a", text: "Next"
end
test "should handle invalid language code" do