Skip to content

Commit c70882b

Browse files
[Form] Test for space in AbstractBootstrap3LayoutTest::testErrors
1 parent aa6ac87 commit c70882b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ public function testErrors()
118118
[@class="list-unstyled"]
119119
[
120120
./li
121-
[.="[trans]Error 1[/trans]"]
121+
[.=" [trans]Error 1[/trans]"]
122122
[
123123
./span[@class="glyphicon glyphicon-exclamation-sign"]
124124
]
125125
/following-sibling::li
126-
[.="[trans]Error 2[/trans]"]
126+
[.=" [trans]Error 2[/trans]"]
127127
[
128128
./span[@class="glyphicon glyphicon-exclamation-sign"]
129129
]

0 commit comments

Comments
 (0)