Skip to content

Commit 77ddda8

Browse files
Gaurav Gandhigandhi-21
Gaurav Gandhi
authored andcommitted
update assertions for tests: remove explicitly logging failed results
1 parent 2c0de39 commit 77ddda8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/docTests/createReadmeTests/CreateReadmeWorkspacesTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ class CreateReadmeWorkspacesTest {
134134
.doesNotExist()
135135

136136
val result = executePuppeteerScript(createReadmeSubFolderPreFolderChangeTestScript)
137+
// Using keyboard press to select a subfolder based on a windows/linux folder selector
138+
// right to move active cursor to the end
139+
// enter src as the subfolder name (subfolder name tstData/qdoc/createFlow/src)
140+
// enter to confirm selected subfolder
137141
this.ui.robot.pressAndReleaseKey(KeyEvent.VK_RIGHT)
138142
this.ui.robot.enterText("\\/src")
139143
this.ui.robot.pressAndReleaseKey(KeyEvent.VK_ENTER)

0 commit comments

Comments
 (0)