Skip to content

Commit 27249e6

Browse files
author
Gaurav Gandhi
committed
new fix
1 parent 81e40e9 commit 27249e6

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/docTests/UpdateCodeChangesFlowTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class UpdateCodeChangesFlowTest {
119119
Thread.sleep(30000)
120120

121121
val result = executePuppeteerScript(updateReadmeMakeChangesTestScript)
122-
assertFalse(result.contains("Could not find the placeholder text"))
122+
assertFalse(result.contains("Could not find the placeholder tex"))
123123
assertTrue(result.contains("Found documentation change input text"))
124124
}
125125
}

0 commit comments

Comments
 (0)