You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/testTests/QTestGenerationChatTestScripts.kt
+10-39Lines changed: 10 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -674,7 +674,7 @@ val testDocumentationErrorScript = """
674
674
);
675
675
676
676
if (feedbackButton){
677
-
console.log("Feedback button found with correct text")
677
+
console.log("Feedback button found with correct text after error")
678
678
}else{
679
679
console.log("Feedback button not found")
680
680
throw new Error('Feedback button not found');
@@ -734,22 +734,8 @@ val testRemoveFunctionErrorScript = """
734
734
},
735
735
"I apologize, but I couldn't process your /test instruction"
0 commit comments