Skip to content

Commit e457a01

Browse files
committed
[From] minor fix tests added by #17798 for bootstrap theme
1 parent 44d0ba0 commit e457a01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public function testSingleChoiceExpandedWithLabelsAsFalse()
719719
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
720720
]
721721
]
722-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
722+
/following-sibling::input[@type="hidden"][@id="name__token"]
723723
]
724724
'
725725
);
@@ -770,7 +770,7 @@ public function testSingleChoiceExpandedWithLabelsSetByCallable()
770770
./input[@type="radio"][@name="name"][@id="name_2"][@value="&c"][not(@checked)]
771771
]
772772
]
773-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
773+
/following-sibling::input[@type="hidden"][@id="name__token"]
774774
]
775775
'
776776
);
@@ -807,7 +807,7 @@ public function testSingleChoiceExpandedWithLabelsSetFalseByCallable()
807807
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
808808
]
809809
]
810-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
810+
/following-sibling::input[@type="hidden"][@id="name__token"]
811811
]
812812
'
813813
);
@@ -1047,7 +1047,7 @@ public function testMultipleChoiceExpandedWithLabelsAsFalse()
10471047
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
10481048
]
10491049
]
1050-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1050+
/following-sibling::input[@type="hidden"][@id="name__token"]
10511051
]
10521052
'
10531053
);
@@ -1098,7 +1098,7 @@ public function testMultipleChoiceExpandedWithLabelsSetByCallable()
10981098
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@value="&c"][not(@checked)]
10991099
]
11001100
]
1101-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1101+
/following-sibling::input[@type="hidden"][@id="name__token"]
11021102
]
11031103
'
11041104
);
@@ -1135,7 +1135,7 @@ public function testMultipleChoiceExpandedWithLabelsSetFalseByCallable()
11351135
./input[@type="checkbox"][@name="name[]"][@id="name_1"][@value="&b"][not(@checked)]
11361136
]
11371137
]
1138-
/following-sibling::input[@type="hidden"][@id="name__token"][@class="form-control"]
1138+
/following-sibling::input[@type="hidden"][@id="name__token"]
11391139
]
11401140
'
11411141
);

0 commit comments

Comments
 (0)