mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-25 18:34:08 +02:00
Increase the timeout for waiting for the project tree
This commit is contained in:
parent
fc93661c62
commit
7d25d6d323
@ -31,7 +31,7 @@ class IdeaFrame(
|
|||||||
) : CommonContainerFixture(remoteRobot, remoteComponent) {
|
) : CommonContainerFixture(remoteRobot, remoteComponent) {
|
||||||
|
|
||||||
val projectViewTree
|
val projectViewTree
|
||||||
get() = find<JTreeFixture>(byXpath("ProjectViewTree", "//div[@class='ProjectViewTree']"), Duration.ofSeconds(10))
|
get() = find<JTreeFixture>(byXpath("ProjectViewTree", "//div[@class='ProjectViewTree']"), Duration.ofSeconds(30))
|
||||||
|
|
||||||
val projectName
|
val projectName
|
||||||
get() = step("Get project name") { return@step callJs<String>("component.getProject().getName()") }
|
get() = step("Get project name") { return@step callJs<String>("component.getProject().getName()") }
|
||||||
|
Loading…
Reference in New Issue
Block a user