@@ -684,7 +684,7 @@ public function testSingleChoiceExpanded()
684684 ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
685685 ]
686686 ]
687- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
687+ /following-sibling::input[@type="hidden"][@id="name__token"]
688688 ]
689689 '
690690 );
@@ -844,7 +844,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
844844 ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
845845 ]
846846 ]
847- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
847+ /following-sibling::input[@type="hidden"][@id="name__token"]
848848 ]
849849 '
850850 );
@@ -883,7 +883,7 @@ public function testSingleChoiceExpandedAttributes()
883883 ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ' .$ classPart .'
884884 ]
885885 ]
886- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
886+ /following-sibling::input[@type="hidden"][@id="name__token"]
887887 ]
888888 '
889889 );
@@ -930,7 +930,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
930930 ./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
931931 ]
932932 ]
933- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
933+ /following-sibling::input[@type="hidden"][@id="name__token"]
934934 ]
935935 '
936936 );
@@ -966,7 +966,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
966966 ./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
967967 ]
968968 ]
969- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
969+ /following-sibling::input[@type="hidden"][@id="name__token"]
970970 ]
971971 '
972972 );
@@ -1012,7 +1012,7 @@ public function testMultipleChoiceExpanded()
10121012 ./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
10131013 ]
10141014 ]
1015- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1015+ /following-sibling::input[@type="hidden"][@id="name__token"]
10161016 ]
10171017 '
10181018 );
@@ -1182,7 +1182,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
11821182 ./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
11831183 ]
11841184 ]
1185- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1185+ /following-sibling::input[@type="hidden"][@id="name__token"]
11861186 ]
11871187 '
11881188 );
@@ -1231,7 +1231,7 @@ public function testMultipleChoiceExpandedAttributes()
12311231 ./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
12321232 ]
12331233 ]
1234- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1234+ /following-sibling::input[@type="hidden"][@id="name__token"]
12351235 ]
12361236 '
12371237 );
@@ -1733,7 +1733,7 @@ public function testHidden()
17331733'/input
17341734 [@type="hidden"]
17351735 [@name="name"]
1736- [@class="my&class form-control "]
1736+ [@class="my&class"]
17371737 [@value="foo&bar"]
17381738 '
17391739 );
0 commit comments