mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
scripted loader: smoke test should fail
GitOrigin-RevId: 95440121d42d85c1290d01ac23d838c2f22c6779
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e7aa14e2f5
commit
fffb9974a8
@@ -5,4 +5,9 @@ import com.intellij.driver.client.Remote
|
||||
@Remote("com.intellij.database.view.DatabaseCoreUiService", plugin = "com.intellij.database")
|
||||
interface DatabaseCoreUiServiceRef {
|
||||
fun extractExtensionScripts()
|
||||
}
|
||||
|
||||
@Remote("com.intellij.database.view.DbTestingService", plugin = "com.intellij.database")
|
||||
interface DbTestingServiceRef {
|
||||
fun openAndWaitDataLoaded(path: String)
|
||||
}
|
||||
Reference in New Issue
Block a user