mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-24 15:34:09 +02:00
Add a timeout to wait till the popup appears
This commit is contained in:
parent
2ce3b09650
commit
c252aeec70
@ -189,6 +189,7 @@ class UiTests {
|
|||||||
private fun IdeaFrame.wrapWithIf(editor: Editor) {
|
private fun IdeaFrame.wrapWithIf(editor: Editor) {
|
||||||
editor.findText("System").click()
|
editor.findText("System").click()
|
||||||
remoteRobot.invokeActionJs("SurroundWith")
|
remoteRobot.invokeActionJs("SurroundWith")
|
||||||
|
Thread.sleep(1000)
|
||||||
editor.keyboard { enter() }
|
editor.keyboard { enter() }
|
||||||
|
|
||||||
// assertFalse(editor.isBlockCursor)
|
// assertFalse(editor.isBlockCursor)
|
||||||
|
Loading…
Reference in New Issue
Block a user