1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-06 03:34:03 +02:00

Set larget expand timeout for UI tests

This commit is contained in:
Alex Plate 2023-03-08 08:44:42 +02:00
parent c80ef82f2a
commit c4025c0cc1
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ downloadIdeaSources=true
instrumentPluginCode=true
version=SNAPSHOT
javaVersion=17
remoteRobotVersion=0.11.15
remoteRobotVersion=0.11.17
antlrVersion=4.10.1

View File

@ -231,6 +231,7 @@ class UiTests {
private fun IdeaFrame.createFile(fileName: String, remoteRobot: RemoteRobot) {
step("Create $fileName file") {
with(projectViewTree) {
setExpandTimeout(15_000)
expand(projectName, "src")
findText("src").click(MouseButton.RIGHT_BUTTON)
}