Merge remote-tracking branch 'upstream/pull/5391'

This commit is contained in:
Tom Hughes 2024-12-18 14:11:51 +00:00
commit 6094a97ce6
13 changed files with 292 additions and 265 deletions

View file

@ -9,7 +9,7 @@ class UsersTest < ApplicationSystemTestCase
test "all users can be selected" do
create_list(:user, 100)
visit users_path
visit users_list_path
assert_css "tbody input[type=checkbox]:checked", :count => 0
assert_css "tbody input[type=checkbox]:not(:checked)", :count => 50