mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[driver-tests]: add text PopupItemRef.toString
GitOrigin-RevId: 0fd0cc029a6c8179efa6b63a43158a96227e8419
This commit is contained in:
committed by
intellij-monorepo-bot
parent
271209076c
commit
f73244e0ad
@@ -72,4 +72,6 @@ class PopupItemUiComponent(data: ComponentData) : UiComponent(data) {
|
||||
|
||||
fun getIconPath() = "path=(.*),".toRegex().find(popupComponent.getIcon().toString())?.let { it.groups.last()?.value ?: "empty" }
|
||||
?: "empty"
|
||||
|
||||
override fun toString(): String = super.toString() + " '" + getText() + "'"
|
||||
}
|
||||
Reference in New Issue
Block a user