We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a1cee commit baf800bCopy full SHA for baf800b
ui-tests-starter/tst/software/aws/toolkits/jetbrains/uitests/TransformChatTest.kt
@@ -26,7 +26,7 @@ import java.nio.file.Paths
26
27
class TransformChatTest {
28
29
-private val transformHappyPathScript = """
+ private val transformHappyPathScript = """
30
const puppeteer = require('puppeteer');
31
async function testNavigation() {
32
const browser = await puppeteer.connect({
@@ -89,8 +89,7 @@ async function testNavigation() {
89
await browser.close()
90
}
91
92
-testNavigation().catch(console.error)
93
-""".trimIndent()
+testNavigation().catch(console.error)""".trimIndent()
94
95
init {
96
di = DI {
0 commit comments