mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[remote-driver] add BuiltInHttpClientPermanentRedirectUiTest
GitOrigin-RevId: 4e2b5166ddb83eb8424298abdfb45d076f529e8b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d1501865f0
commit
dbe64585e1
@@ -17,6 +17,10 @@ class JScrollBarUi(data: ComponentData): UiComponent(data) {
|
||||
fun scrollToMaximum() {
|
||||
fixture.scrollToMaximum()
|
||||
}
|
||||
|
||||
fun scrollToMinimum() {
|
||||
fixture.scrollToMinimum()
|
||||
}
|
||||
}
|
||||
|
||||
@Remote("javax.swing.JScrollBar")
|
||||
@@ -27,4 +31,5 @@ interface JScrollBarComponent {
|
||||
@Remote("org.assertj.swing.fixture.JScrollBarFixture")
|
||||
interface JScrollBarFixture {
|
||||
fun scrollToMaximum(): JScrollBarFixture
|
||||
fun scrollToMinimum(): JScrollBarFixture
|
||||
}
|
||||
Reference in New Issue
Block a user