1
0
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:
Alex Plate 2025-01-20 09:01:11 +02:00
parent 2ce3b09650
commit c252aeec70
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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)