mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-29 20:34:08 +02:00
Try to use trial for Rider tests
This commit is contained in:
parent
b3aaf75b48
commit
186feed8af
@ -27,11 +27,11 @@ class ManageLicensesFrame(remoteRobot: RemoteRobot, remoteComponent: RemoteCompo
|
|||||||
fun enableFreeTier() {
|
fun enableFreeTier() {
|
||||||
find<ComponentFixture>(
|
find<ComponentFixture>(
|
||||||
byXpath(
|
byXpath(
|
||||||
"//div[@class='SegmentedButton' and @action='Non-commercial use (null)']",
|
"//div[@class='SegmentedButton' and @action='Start trial (null)']",
|
||||||
)
|
)
|
||||||
).click()
|
).click()
|
||||||
checkBox("I agree with", contains = true).select()
|
// checkBox("I agree with", contains = true).select()
|
||||||
button("Start Non-Commercial Use").click()
|
button("Start Free 30-Day Trial").click()
|
||||||
button("Close").click()
|
button("Close").click()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user