mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Fix merge from master to 251
GitOrigin-RevId: 6d111e6f0560199599e94ae1dd611823c29b44c8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
69678008d3
commit
911b3586a7
@@ -34,15 +34,6 @@ class NotebookEditorUiComponent(private val data: ComponentData) : JEditorUiComp
|
|||||||
private val runAllCells
|
private val runAllCells
|
||||||
get() = x("//div[@myicon='runAll.svg']")
|
get() = x("//div[@myicon='runAll.svg']")
|
||||||
|
|
||||||
override val editorComponent: EditorComponentImpl
|
|
||||||
get() = when {
|
|
||||||
data.xpath.contains("EditorCompositePanel") -> driver.cast(
|
|
||||||
editor(topLevelEditorSearchPattern).component,
|
|
||||||
EditorComponentImpl::class
|
|
||||||
)
|
|
||||||
else -> super.editorComponent
|
|
||||||
}
|
|
||||||
|
|
||||||
fun addCodeCell(): Unit = addCellBelow.click()
|
fun addCodeCell(): Unit = addCellBelow.click()
|
||||||
|
|
||||||
fun addCodeCell(text: String) {
|
fun addCodeCell(text: String) {
|
||||||
|
|||||||
Reference in New Issue
Block a user