Skip to content

Commit 9aebccf

Browse files
committed
fix the formatting
1 parent 940686d commit 9aebccf

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/testTests/QTestGenerationChatTest.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class QTestGenerationChatTest {
219219
}
220220

221221
@Test
222-
fun `test NL error from the chat`(){
222+
fun `test NL error from the chat`() {
223223
val testCase = TestCase(
224224
IdeProductProvider.IC,
225225
LocalProjectInfo(
@@ -249,7 +249,6 @@ class QTestGenerationChatTest {
249249
assertTrue(result.contains("Command entered: /test /something/"))
250250
assertTrue(result.contains("Error message displayed correctly"))
251251
}
252-
253252
}
254253

255254
@Test

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/testTests/QTestGenerationChatTestScripts.kt

+22-22
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ val testHappyPathScript = """
101101
}
102102
}
103103
104-
${waitForElementWithTextFunction}
104+
$waitForElementWithTextFunction
105105
106-
${waitAndGetElementByTextFunction}
106+
$waitAndGetElementByTextFunction
107107
testNavigation().catch(console.error);
108108
""".trimIndent()
109109

@@ -146,9 +146,9 @@ async function testNavigation() {
146146
}
147147
}
148148
149-
${waitForElementWithTextFunction}
149+
$waitForElementWithTextFunction
150150
151-
${waitAndGetElementByTextFunction}
151+
$waitAndGetElementByTextFunction
152152
testNavigation().catch(console.error);
153153
""".trimIndent()
154154

@@ -204,9 +204,9 @@ val expectedErrorPath = """
204204
}
205205
}
206206
207-
${waitForElementWithTextFunction}
207+
$waitForElementWithTextFunction
208208
209-
${waitAndGetElementByTextFunction}
209+
$waitAndGetElementByTextFunction
210210
testNavigation().catch(console.error);
211211
""".trimIndent()
212212

@@ -262,9 +262,9 @@ val unsupportedLanguagePath = """
262262
}
263263
}
264264
265-
${waitForElementWithTextFunction}
265+
$waitForElementWithTextFunction
266266
267-
${waitAndGetElementByTextFunction}
267+
$waitAndGetElementByTextFunction
268268
testNavigation().catch(console.error);
269269
""".trimIndent()
270270

@@ -365,9 +365,9 @@ val testRejectPathScript = """
365365
}
366366
}
367367
368-
${waitForElementWithTextFunction}
368+
$waitForElementWithTextFunction
369369
370-
${waitAndGetElementByTextFunction}
370+
$waitAndGetElementByTextFunction
371371
372372
testNavigation().catch(console.error);
373373
""".trimIndent()
@@ -434,9 +434,9 @@ val testNLErrorPathScript = """
434434
}
435435
}
436436
437-
${waitForElementWithTextFunction}
437+
$waitForElementWithTextFunction
438438
439-
${waitAndGetElementByTextFunction}
439+
$waitAndGetElementByTextFunction
440440
testNavigation().catch(console.error);
441441
""".trimIndent()
442442

@@ -499,9 +499,9 @@ val testProgressBarScript = """
499499
}
500500
}
501501
502-
${waitForElementWithTextFunction}
502+
$waitForElementWithTextFunction
503503
504-
${waitAndGetElementByTextFunction}
504+
$waitAndGetElementByTextFunction
505505
506506
testNavigation().catch(console.error);
507507
""".trimIndent()
@@ -608,9 +608,9 @@ val testCancelButtonScript = """
608608
}
609609
}
610610
611-
${waitForElementWithTextFunction}
611+
$waitForElementWithTextFunction
612612
613-
${waitAndGetElementByTextFunction}
613+
$waitAndGetElementByTextFunction
614614
testNavigation().catch(console.error);
615615
""".trimIndent()
616616

@@ -692,9 +692,9 @@ val testDocumentationErrorScript = """
692692
}
693693
}
694694
695-
${waitForElementWithTextFunction}
695+
$waitForElementWithTextFunction
696696
697-
${waitAndGetElementByTextFunction}
697+
$waitAndGetElementByTextFunction
698698
699699
testNavigation().catch(console.error);
700700
""".trimIndent()
@@ -776,9 +776,9 @@ val testRemoveFunctionErrorScript = """
776776
}
777777
}
778778
779-
${waitForElementWithTextFunction}
779+
$waitForElementWithTextFunction
780780
781-
${waitAndGetElementByTextFunction}
781+
$waitAndGetElementByTextFunction
782782
783783
testNavigation().catch(console.error);
784784
""".trimIndent()
@@ -860,9 +860,9 @@ val testMethodNotFoundErrorScript = """
860860
}
861861
}
862862
863-
${waitForElementWithTextFunction}
863+
$waitForElementWithTextFunction
864864
865-
${waitAndGetElementByTextFunction}
865+
$waitAndGetElementByTextFunction
866866
867867
testNavigation().catch(console.error);
868868
""".trimIndent()

0 commit comments

Comments
 (0)