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 81e40e9 commit 27249e6Copy full SHA for 27249e6
ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/docTests/UpdateCodeChangesFlowTest.kt
@@ -119,7 +119,7 @@ class UpdateCodeChangesFlowTest {
119
Thread.sleep(30000)
120
121
val result = executePuppeteerScript(updateReadmeMakeChangesTestScript)
122
- assertFalse(result.contains("Could not find the placeholder text"))
+ assertFalse(result.contains("Could not find the placeholder tex"))
123
assertTrue(result.contains("Found documentation change input text"))
124
}
125
0 commit comments