mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[ui-tests][clion] CPP-39615 Implemented all four debug test, fixed review comments
GitOrigin-RevId: c5eda04590bbd393c23e7966f2c40bc5aed41a3d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
142176a889
commit
fa5b4f7f49
@@ -2,6 +2,7 @@ package com.intellij.driver.sdk.ui.components
|
||||
|
||||
class DebugToolWindowUi(data: ComponentData) : UiComponent(data) {
|
||||
val consoleTab get() = x { and(byClass("SimpleColoredComponent"), byAccessibleName("Console")) }
|
||||
val threadsAndVariablesTab get() = x { and(byClass("SimpleColoredComponent"), byAccessibleName("Threads & Variables")) }
|
||||
|
||||
val consoleView get() = x { byType("com.intellij.execution.impl.ConsoleViewImpl") }
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ class ToolWindowLeftToolbarUi(data: ComponentData) : UiComponent(data) {
|
||||
val terminalButton = stripeButton { byAccessibleName("Terminal") }
|
||||
val problemsButton = stripeButton { byAccessibleName("Problems") }
|
||||
val moreButton = stripeButton { byAccessibleName("More") }
|
||||
val debugButton = stripeButton { byAccessibleName("Debug") }
|
||||
}
|
||||
|
||||
class ToolWindowRightToolbarUi(data: ComponentData) : UiComponent(data) {
|
||||
|
||||
Reference in New Issue
Block a user