Skip to content

Commit

Permalink
Use clearer specific assert_checked_field
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Feb 12, 2023
1 parent deb940d commit 916b382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/showcase/previews_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Showcase::PreviewsControllerTest < Showcase::InternalIntegrationTest
{"Name" => "body", "Required" => "", "Type" => "Content Block", "Default" => "", "Description" => "An optional content block to set the body" }
]

assert_element "input", count: 3
assert_checked_field type: "checkbox", disabled: true, count: 3
end
end
end

0 comments on commit 916b382

Please sign in to comment.