Skip to content

Commit 2bf844a

Browse files
committed
test(functions): remove initial space
1 parent 4969b08 commit 2bf844a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/endtoend/functions/jquery/forms/val/ValFunction_ContentEditableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void val_write__divWithoutContentEditableAttribute___throws_exception__FI
7171
try {
7272
verifyAttemptToChangeValOfDivWithoutContentEditableHasNoEffect();
7373
} catch (org.openqa.selenium.WebDriverException e) {
74-
assertThat(e.getMessage(), startsWith(" Element <div id=\"div-without-contenteditable-but-with-text\"> is not reachable by keyboard"));
74+
assertThat(e.getMessage(), startsWith("Element <div id=\"div-without-contenteditable-but-with-text\"> is not reachable by keyboard"));
7575
}
7676
}
7777

0 commit comments

Comments
 (0)