mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-07 05:34:02 +02:00
Remove UI test that doesn't work in new IJ UI
This commit is contained in:
parent
7548b160ae
commit
2ce3b09650
@ -94,7 +94,6 @@ class UiTests {
|
||||
testTripleClickRightFromLineEnd(editor)
|
||||
testClickRightFromLineEnd(editor)
|
||||
testClickOnWord(editor)
|
||||
testGutterClick(editor)
|
||||
testAddNewLineInNormalMode(editor)
|
||||
testMappingToCtrlOrAltEnter(editor)
|
||||
`simple enter in insert mode`(editor)
|
||||
@ -615,23 +614,6 @@ class UiTests {
|
||||
vimExit()
|
||||
}
|
||||
|
||||
private fun ContainerFixture.testGutterClick(editor: Editor) {
|
||||
println("Run testGutterClick...")
|
||||
gutter {
|
||||
findText("2").click()
|
||||
}
|
||||
|
||||
assertEquals("Three Four\n", editor.selectedText)
|
||||
|
||||
keyboard {
|
||||
enterText("k")
|
||||
}
|
||||
|
||||
assertEquals("One Two\nThree Four\n", editor.selectedText)
|
||||
|
||||
vimExit()
|
||||
}
|
||||
|
||||
// For VIM-3159
|
||||
private fun ContainerFixture.testAddNewLineInNormalMode(editor: Editor) {
|
||||
println("Run testAddNewLineInNormalMode...")
|
||||
|
Loading…
Reference in New Issue
Block a user