1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-28 04:59:03 +02:00

Do not use sample code for this case

This commit is contained in:
Alex Plate 2024-01-05 19:51:18 +02:00
parent d91e2296b0
commit 5cca484a82
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -133,7 +133,7 @@ class UiTests {
createNewProjectLink.click()
dialog("New Project") {
findText("Java").click()
checkBox("Add sample code").select()
checkBox("Add sample code").unselect()
button("Create").click()
}
}