mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-06-07 01: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
|
instrumentPluginCode=true
|
||||||
version=SNAPSHOT
|
version=SNAPSHOT
|
||||||
javaVersion=17
|
javaVersion=17
|
||||||
remoteRobotVersion=0.11.15
|
remoteRobotVersion=0.11.17
|
||||||
antlrVersion=4.10.1
|
antlrVersion=4.10.1
|
||||||
|
|
||||||
|
|
||||||
|
@ -231,6 +231,7 @@ class UiTests {
|
|||||||
private fun IdeaFrame.createFile(fileName: String, remoteRobot: RemoteRobot) {
|
private fun IdeaFrame.createFile(fileName: String, remoteRobot: RemoteRobot) {
|
||||||
step("Create $fileName file") {
|
step("Create $fileName file") {
|
||||||
with(projectViewTree) {
|
with(projectViewTree) {
|
||||||
|
setExpandTimeout(15_000)
|
||||||
expand(projectName, "src")
|
expand(projectName, "src")
|
||||||
findText("src").click(MouseButton.RIGHT_BUTTON)
|
findText("src").click(MouseButton.RIGHT_BUTTON)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user