UI Testing on 253

Hi

Any System property/env to set to avoid this new dialog when running the ui tests?

Thanks

I can’t test, but is it better if you disable the bundled “AI Promo” plugin (org.jetbrains.completion.full.line) via the disabled_plugins.txt file?

prepareSandboxTask {
            doLast {
                val sandboxPathsFile = sandboxConfigDirectory.file("disabled_plugins.txt").get().asFile

                sandboxPathsFile.writeText(
                    """
                    org.jetbrains.completion.full.line
                    """.trimIndent()
                )
            }
        }
1 Like

Hi @jgafner

Please try the following registry key

llm.show.ai.promotion.window.on.start=false