Skip to content

Commit f9eb952

Browse files
committed
lint
1 parent 9a960b6 commit f9eb952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ val testRejectPathScript = """
359359
button.textContent.includes(expectedText)
360360
);
361361
},
362-
{timeout 4000000},
362+
{timeout: 4000000},
363363
"How can we make /test better"
364364
);
365365
@@ -609,7 +609,7 @@ val testCancelButtonScript = """
609609
button.textContent.includes(expectedText)
610610
);
611611
},
612-
{timeout 4000000},
612+
{timeout: 4000000},
613613
"How can we make /test better"
614614
);
615615
@@ -791,7 +791,7 @@ val testRemoveFunctionErrorScript = """
791791
button.textContent.includes(expectedText)
792792
);
793793
},
794-
{timeout 4000000},
794+
{timeout: 4000000},
795795
"How can we make /test better"
796796
);
797797
@@ -881,7 +881,7 @@ val testMethodNotFoundErrorScript = """
881881
button.textContent.includes(expectedText)
882882
);
883883
},
884-
{timeout 4000000},
884+
{timeout: 4000000},
885885
"How can we make /test better"
886886
);
887887

0 commit comments

Comments
 (0)