mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
IJPL-155974 cleanup
GitOrigin-RevId: 82f959e3edca705548b4e1c22eafc4cf1efa0aa5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fa7b6baf9d
commit
314683bdb4
@@ -187,10 +187,11 @@ class SearchEverywhereTest : LightJavaCodeInsightFixtureTestCase() {
|
||||
try {
|
||||
abbreviationManager.register("cp", "CloseProject")
|
||||
val future = ui.findElementsForPattern("cp")
|
||||
val firstItem = waitForFuture(future, SEARCH_TIMEOUT)[0]
|
||||
val firstItem = waitForFuture(future, SEARCH_TIMEOUT).firstOrNull()
|
||||
val matchedAction = GotoActionTest.createMatchedAction(actionManager.getAction("CloseProject"), "cp")
|
||||
assertEquals(matchedAction, firstItem)
|
||||
} finally {
|
||||
}
|
||||
finally {
|
||||
abbreviationManager.remove("cp", "CloseProject")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user