minor #17974 [Form] minor fix tests of Bootstrap layout (HeahDude)

This PR was merged into the 2.8 branch.

Discussion
----------

[Form] minor fix tests of Bootstrap layout

| Q             | A
| ------------- | ---
| Branch        | 2.8+
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | -

Commits
-------

fb233e2 [Form] minor fix tests of Bootstrap layout
This commit is contained in:
Fabien Potencier 2016-03-01 18:33:28 +01:00
commit 75e0509408

View File

@ -1005,7 +1005,7 @@ abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
]
]
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
/following-sibling::input[@type="hidden"][@id="name__token"]
]
'
);