We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33a17c commit b67266aCopy full SHA for b67266a
test/jdk/java/awt/Frame/DefaultSizeTest.java
@@ -50,6 +50,7 @@ public static void main(String[] args) throws Exception {
50
.testTimeOut(5)
51
.rows(10)
52
.columns(45)
53
+ .screenCapture()
54
.build();
55
56
EventQueue.invokeAndWait(() -> {
0 commit comments