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 d250240 commit 862de7cCopy full SHA for 862de7c
src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java
@@ -102,7 +102,7 @@ public void testSelectionFeature() throws InterruptedException {
102
term.sendKeys(Keys.DELETE);
103
assertThat(term.currentLine(), isEmptyString());
104
105
- // select to home, delete (wrapping)
+ // select to end, delete (wrapping)
106
term.write(text);
107
assertThat(term.currentLine(), is(text));
108
term.sendKeys(Keys.HOME);
0 commit comments