We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c0710 commit 4be63f9Copy full SHA for 4be63f9
src/Symfony/Component/Form/Tests/AbstractBootstrap4LayoutTest.php
@@ -547,7 +547,7 @@ public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
547
]
548
/following-sibling::div
549
[@class="form-check"]
550
- [
+ [
551
./input[@type="radio"][@name="name"][@id="name_0"][@checked]
552
/following-sibling::label
553
[.="Choice&A"]
@@ -959,8 +959,7 @@ public function testPercent()
959
./span
960
[@class="input-group-text"]
961
[contains(.., "%")]
962
- ]
963
-
+ ]
964
965
'
966
);
0 commit comments