You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/docTests/createReadmeTests/CreateReadmeWorkspacesTest.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,10 @@ class CreateReadmeWorkspacesTest {
134
134
.doesNotExist()
135
135
136
136
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)
0 commit comments