@@ -719,7 +719,7 @@ public function testSingleChoiceExpandedWithLabelsAsFalse()
719
719
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
720
720
]
721
721
]
722
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
722
+ /following-sibling::input[@type="hidden"][@id="name__token"]
723
723
]
724
724
'
725
725
);
@@ -770,7 +770,7 @@ public function testSingleChoiceExpandedWithLabelsSetByCallable()
770
770
./input[@type="radio"][@name="name"][@id="name_2"][@value="&c"][not(@checked)]
771
771
]
772
772
]
773
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
773
+ /following-sibling::input[@type="hidden"][@id="name__token"]
774
774
]
775
775
'
776
776
);
@@ -807,7 +807,7 @@ public function testSingleChoiceExpandedWithLabelsSetFalseByCallable()
807
807
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
808
808
]
809
809
]
810
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
810
+ /following-sibling::input[@type="hidden"][@id="name__token"]
811
811
]
812
812
'
813
813
);
@@ -1047,7 +1047,7 @@ public function testMultipleChoiceExpandedWithLabelsAsFalse()
1047
1047
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
1048
1048
]
1049
1049
]
1050
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1050
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1051
1051
]
1052
1052
'
1053
1053
);
@@ -1098,7 +1098,7 @@ public function testMultipleChoiceExpandedWithLabelsSetByCallable()
1098
1098
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@value="&c"][not(@checked)]
1099
1099
]
1100
1100
]
1101
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1101
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1102
1102
]
1103
1103
'
1104
1104
);
@@ -1135,7 +1135,7 @@ public function testMultipleChoiceExpandedWithLabelsSetFalseByCallable()
1135
1135
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
1136
1136
]
1137
1137
]
1138
- /following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1138
+ /following-sibling::input[@type="hidden"][@id="name__token"]
1139
1139
]
1140
1140
'
1141
1141
);
0 commit comments