bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Tests May Not Be Good Enough #674

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

The current way we're testing may be too loose in checking the HTML. It looks like XML test we're using isn't strict enough about the order of elements. I discovered that I can make the check box tests pass, even thought the label is being put in front of the check box, instead of after it.

The first step is to reproduce the problem and confirm that it's a real problem.