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:
parent
c80ef82f2a
commit
c4025c0cc1
@ -13,7 +13,7 @@ downloadIdeaSources=true
|
||||
instrumentPluginCode=true
|
||||
version=SNAPSHOT
|
||||
javaVersion=17
|
||||
remoteRobotVersion=0.11.15
|
||||
remoteRobotVersion=0.11.17
|
||||
antlrVersion=4.10.1
|
||||
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user