@@ -746,7 +746,7 @@ public function testSingleChoiceExpandedWithLabelsAsFalse()
746
746
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
747
747
]
748
748
]
749
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
749
+ /following-sibling::input[@type="hidden"][@id="name__token"]
750
750
]
751
751
'
752
752
);
@@ -797,7 +797,7 @@ public function testSingleChoiceExpandedWithLabelsSetByCallable()
797
797
./input[@type="radio"][@name="name"][@id="name_2"][@value="&c"][not(@checked)]
798
798
]
799
799
]
800
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
800
+ /following-sibling::input[@type="hidden"][@id="name__token"]
801
801
]
802
802
'
803
803
);
@@ -834,7 +834,7 @@ public function testSingleChoiceExpandedWithLabelsSetFalseByCallable()
834
834
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
835
835
]
836
836
]
837
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
837
+ /following-sibling::input[@type="hidden"][@id="name__token"]
838
838
]
839
839
'
840
840
);
@@ -1122,7 +1122,7 @@ public function testMultipleChoiceExpandedWithLabelsAsFalse()
1122
1122
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
1123
1123
]
1124
1124
]
1125
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1125
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1126
1126
]
1127
1127
'
1128
1128
);
@@ -1173,7 +1173,7 @@ public function testMultipleChoiceExpandedWithLabelsSetByCallable()
1173
1173
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@value="&c"][not(@checked)]
1174
1174
]
1175
1175
]
1176
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1176
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1177
1177
]
1178
1178
'
1179
1179
);
@@ -1210,7 +1210,7 @@ public function testMultipleChoiceExpandedWithLabelsSetFalseByCallable()
1210
1210
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
1211
1211
]
1212
1212
]
1213
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1213
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1214
1214
]
1215
1215
'
1216
1216
);
0 commit comments