Merge remote-tracking branch 'upstream/pull/5391'
This commit is contained in:
commit
6094a97ce6
13 changed files with 292 additions and 265 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue