mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-07 05:34:02 +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) {
|
||||
editor.findText("System").click()
|
||||
remoteRobot.invokeActionJs("SurroundWith")
|
||||
Thread.sleep(1000)
|
||||
editor.keyboard { enter() }
|
||||
|
||||
// assertFalse(editor.isBlockCursor)
|
||||
|
Loading…
Reference in New Issue
Block a user