@@ -687,7 +687,7 @@ public function testSingleChoiceExpanded()
687
687
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
688
688
]
689
689
]
690
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
690
+ /following-sibling::input[@type="hidden"][@id="name__token"]
691
691
]
692
692
'
693
693
);
@@ -843,7 +843,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
843
843
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
844
844
]
845
845
]
846
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
846
+ /following-sibling::input[@type="hidden"][@id="name__token"]
847
847
]
848
848
'
849
849
);
@@ -879,7 +879,7 @@ public function testSingleChoiceExpandedAttributes()
879
879
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)][@class="foo&bar"]
880
880
]
881
881
]
882
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
882
+ /following-sibling::input[@type="hidden"][@id="name__token"]
883
883
]
884
884
'
885
885
);
@@ -925,7 +925,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
925
925
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
926
926
]
927
927
]
928
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
928
+ /following-sibling::input[@type="hidden"][@id="name__token"]
929
929
]
930
930
'
931
931
);
@@ -1007,7 +1007,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
1007
1007
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
1008
1008
]
1009
1009
]
1010
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1010
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1011
1011
]
1012
1012
'
1013
1013
);
@@ -1052,7 +1052,7 @@ public function testMultipleChoiceExpanded()
1052
1052
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1053
1053
]
1054
1054
]
1055
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1055
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1056
1056
]
1057
1057
'
1058
1058
);
@@ -1218,7 +1218,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
1218
1218
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1219
1219
]
1220
1220
]
1221
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1221
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1222
1222
]
1223
1223
'
1224
1224
);
@@ -1264,7 +1264,7 @@ public function testMultipleChoiceExpandedAttributes()
1264
1264
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
1265
1265
]
1266
1266
]
1267
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1267
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1268
1268
]
1269
1269
'
1270
1270
);
@@ -1766,7 +1766,7 @@ public function testHidden()
1766
1766
'/input
1767
1767
[@type="hidden"]
1768
1768
[@name="name"]
1769
- [@class="my&class form-control "]
1769
+ [@class="my&class"]
1770
1770
[@value="foo&bar"]
1771
1771
'
1772
1772
);
0 commit comments