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

Update UI tests: the project view tree class was renamed

This commit is contained in:
Alex Plate 2025-03-07 18:38:12 +02:00
parent 7d25d6d323
commit 33441f9ec3
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -31,7 +31,7 @@ class IdeaFrame(
) : CommonContainerFixture(remoteRobot, remoteComponent) {
val projectViewTree
get() = find<JTreeFixture>(byXpath("ProjectViewTree", "//div[@class='ProjectViewTree']"), Duration.ofSeconds(30))
get() = find<JTreeFixture>(byXpath("MyProjectViewTree", "//div[@class='MyProjectViewTree']"), Duration.ofSeconds(30))
val projectName
get() = step("Get project name") { return@step callJs<String>("component.getProject().getName()") }