1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-21 16:15:46 +02:00

Try to use trial for Rider tests

This commit is contained in:
Alex Plate 2025-03-14 16:13:51 +02:00
parent b3aaf75b48
commit 186feed8af
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -27,11 +27,11 @@ class ManageLicensesFrame(remoteRobot: RemoteRobot, remoteComponent: RemoteCompo
fun enableFreeTier() {
find<ComponentFixture>(
byXpath(
"//div[@class='SegmentedButton' and @action='Non-commercial use (null)']",
"//div[@class='SegmentedButton' and @action='Start trial (null)']",
)
).click()
checkBox("I agree with", contains = true).select()
button("Start Non-Commercial Use").click()
// checkBox("I agree with", contains = true).select()
button("Start Free 30-Day Trial").click()
button("Close").click()
}
}