8000 [Form] minor fix tests of Bootstrap layout · symfony/symfony@fb233e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb233e2

Browse files
committed
8000
[Form] minor fix tests of Bootstrap layout
1 parent 80d26a5 commit fb233e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
10051005
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
10061006
]
10071007
]
1008-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1008+
/following-sibling::input[@type="hidden"][@id="name__token"]
10091009
]
10101010
'
10111011
);

0 commit comments

Comments
 (0)
0