mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
GOQA-73: Add installed plugins test
GitOrigin-RevId: 936059963c05410b14fb9dccbb922464e54fb706
This commit is contained in:
committed by
intellij-monorepo-bot
parent
62a31e3312
commit
b7442001fb
@@ -20,6 +20,9 @@ class SettingsDialogUiComponent(data: ComponentData) : UiComponent(data) {
|
||||
val searchPluginTextField
|
||||
get() = pluginsPanel.textField("//div[@class='TextFieldWithProcessing']")
|
||||
|
||||
val installedTab
|
||||
get() = x("//div[@class='JLabel' and @text ='Installed']")
|
||||
|
||||
val checkBoxTree
|
||||
get() = x("//div[@class='CheckboxTree']", JCheckboxTreeFixture::class.java)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user