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 1019f64 commit df94621Copy full SHA for df94621
ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/chatTests/AmazonQChatTest.kt
@@ -82,12 +82,11 @@ class AmazonQChatTest {
82
assertTrue(result.contains("/doc"))
83
assertTrue(result.contains("/dev"))
84
assertTrue(result.contains("/transform"))
85
- assertTrue(result.contains("/helping"))
+ assertTrue(result.contains("/help"))
86
assertTrue(result.contains("/clear"))
87
assertTrue(result.contains("/review"))
88
assertTrue(result.contains("/test"))
89
println("Assertions done")
90
- Thread.sleep(20000)
91
}
92
93
0 commit comments