mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
don't blink in JavaAutoPopupTest.testChoosingItemDuringCopyCommit
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ public interface Test {
|
||||
myFixture.completeBasic()
|
||||
while (!lookup.items) {
|
||||
Thread.sleep(10)
|
||||
edt { lookup.refreshUi() }
|
||||
edt { lookup.refreshUi(false) }
|
||||
}
|
||||
edt { myFixture.type '\t' }
|
||||
myFixture.checkResult 'public interface Test { RuntimeException<caret>x }'
|
||||
|
||||
Reference in New Issue
Block a user