Skip to content

Commit 347e1e7

Browse files
committed
fix assert
1 parent 9aebccf commit 347e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class QTestGenerationChatTest {
419419
assertTrue(result.contains("new tab opened"))
420420
assertTrue(result.contains("Error message displayed correctly"))
421421
assertTrue(result.contains("Input field re-enabled after error"))
422-
assertTrue(result.contains("Feedback button found with correct text"))
422+
assertTrue(result.contains("Feedback button found with correct text after error"))
423423
}
424424
}
425425

0 commit comments

Comments
 (0)