Skip to content

Commit

Permalink
AT-1085 Validate traffic light renderer on highlighting stop/cancel
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c0ee250814649f2d78ac4b77f9e2e04caaf75546
  • Loading branch information
Alexey Kryuchkov authored and intellij-monorepo-bot committed Nov 27, 2024
1 parent daab67d commit bcac7c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ open class IDETestContext(

fun enableHighlightingLog(logLevel: LogLevel = LogLevel.DEBUG): IDETestContext = applyVMOptionsPatch { configureLoggers(logLevel, "com.intellij.codeInsight") }

fun enableCheckTrafficLight(enable: Boolean = true): IDETestContext = applyVMOptionsPatch { addSystemProperty("is.test.traffic.light", enable) }

fun removeIdeaProjectDirectory(): IDETestContext {
val ideaDirPath = resolvedProjectHome.resolve(".idea")

Expand Down

0 comments on commit bcac7c8

Please sign in to comment.