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:
parent
b3aaf75b48
commit
186feed8af
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user