Skip to content

Commit e40f6d1

Browse files
authored
Upgrade UI robot, remove forked Locators (#2606)
1 parent 6c60bea commit e40f6d1

File tree

3 files changed

+3
-57
lines changed

3 files changed

+3
-57
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mockitoKotlinVersion=3.1.0
3636
mockitoVersion=3.8.0
3737

3838
remoteRobotPort=8080
39-
remoteRobotVersion=0.11.3
39+
remoteRobotVersion=0.11.4
4040

4141
# Code style
4242
kotlin.code.style=official

ui-tests/tst/software/aws/toolkits/jetbrains/uitests/fixtures/ActionLinkFixtureExt.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import com.intellij.remoterobot.utils.Locators
77

88
object ActionLinkFixtureExt {
99
fun byText(text: String) =
10-
LocatorsExt.byTypeAndProperties("com.intellij.ui.components.labels.ActionLink", Locators.XpathProperty.TEXT to text)
10+
Locators.byTypeAndProperties("com.intellij.ui.components.labels.ActionLink", Locators.XpathProperty.TEXT to text)
1111

1212
fun byTextContains(text: String) =
13-
LocatorsExt.byTypeAndPropertiesContains("com.intellij.ui.components.labels.ActionLink", Locators.XpathProperty.TEXT to text)
13+
Locators.byTypeAndPropertiesContains("com.intellij.ui.components.labels.ActionLink", Locators.XpathProperty.TEXT to text)
1414
}

ui-tests/tst/software/aws/toolkits/jetbrains/uitests/fixtures/LocatorsExt.kt

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)