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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ val testRejectPathScript = """
359
359
button.textContent.includes(expectedText)
360
360
);
361
361
},
362
-
{timeout 4000000},
362
+
{timeout: 4000000},
363
363
"How can we make /test better"
364
364
);
365
365
@@ -609,7 +609,7 @@ val testCancelButtonScript = """
609
609
button.textContent.includes(expectedText)
610
610
);
611
611
},
612
-
{timeout 4000000},
612
+
{timeout: 4000000},
613
613
"How can we make /test better"
614
614
);
615
615
@@ -791,7 +791,7 @@ val testRemoveFunctionErrorScript = """
791
791
button.textContent.includes(expectedText)
792
792
);
793
793
},
794
-
{timeout 4000000},
794
+
{timeout: 4000000},
795
795
"How can we make /test better"
796
796
);
797
797
@@ -881,7 +881,7 @@ val testMethodNotFoundErrorScript = """
0 commit comments