mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[gui-test] ExtendedButtonFixture: clickUntil - process another ignored exception
GitOrigin-RevId: ee3d4607c09e47d8383e50a1682c208158af4e6b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
95ce02c1c5
commit
c6d7083c35
+5
@@ -45,6 +45,11 @@ class ExtendedButtonFixture(robot: Robot, button: JButton) : JButtonFixture(robo
|
||||
catch (ignore: IllegalStateException){
|
||||
true
|
||||
}
|
||||
catch (ignore: NullPointerException) {
|
||||
// if button disappears at once after getting the NPE from fest might occur
|
||||
// but it's ok - nothing to wait anymore
|
||||
true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user