don't blink in JavaAutoPopupTest.testChoosingItemDuringCopyCommit

This commit is contained in:
peter
2011-09-15 14:27:11 +02:00
parent 89bba53c0c
commit 946f2b0d5f
10 changed files with 17 additions and 21 deletions
@@ -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 }'