8373847: Test javax/swing/JMenuItem/MenuItemTest/bug6197830.java failed because The test case automatically fails when clicking any items in the “Nothing” menu in all four windows (Left-to-right)-Menu Item Test and (Right-to-left)-Menu Item Test

Reviewed-by: serb, aivanov, dnguyen
This commit is contained in:
Prasanta Sadhukhan 2026-01-02 09:53:04 +00:00
parent 2ea3c00e4f
commit 05d2f7f408

View File

@ -49,6 +49,7 @@ public class bug6197830 {
.columns(35)
.testUI(bug6197830::createTestUI)
.positionTestUIBottomRowCentered()
.logArea()
.build()
.awaitAndCheck();
}