mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-29 19:34:09 +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)
|
testTripleClickRightFromLineEnd(editor)
|
||||||
testClickRightFromLineEnd(editor)
|
testClickRightFromLineEnd(editor)
|
||||||
testClickOnWord(editor)
|
testClickOnWord(editor)
|
||||||
testGutterClick(editor)
|
|
||||||
testAddNewLineInNormalMode(editor)
|
testAddNewLineInNormalMode(editor)
|
||||||
testMappingToCtrlOrAltEnter(editor)
|
testMappingToCtrlOrAltEnter(editor)
|
||||||
`simple enter in insert mode`(editor)
|
`simple enter in insert mode`(editor)
|
||||||
@ -615,23 +614,6 @@ class UiTests {
|
|||||||
vimExit()
|
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
|
// For VIM-3159
|
||||||
private fun ContainerFixture.testAddNewLineInNormalMode(editor: Editor) {
|
private fun ContainerFixture.testAddNewLineInNormalMode(editor: Editor) {
|
||||||
println("Run testAddNewLineInNormalMode...")
|
println("Run testAddNewLineInNormalMode...")
|
||||||
|
Loading…
Reference in New Issue
Block a user