From 964075ead92a56cd321890546298be93582b5b06 Mon Sep 17 00:00:00 2001 From: Aleksandr Zvegintsev Date: Fri, 20 Sep 2024 11:29:47 +0200 Subject: [PATCH] instructions update --- test/jdk/java/awt/Choice/DisabledList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/awt/Choice/DisabledList.java b/test/jdk/java/awt/Choice/DisabledList.java index 25c461abcfb3e..d028527303f7a 100644 --- a/test/jdk/java/awt/Choice/DisabledList.java +++ b/test/jdk/java/awt/Choice/DisabledList.java @@ -40,7 +40,7 @@ public class DisabledList { private static final String INSTRUCTIONS = """ - 1) Switch checkbox + 1) Select the checkbox 2) Open Choice 3) Drag mouse over the scrollbar or drag out it the choice 4) If choice's items become disabled press fail, otherwise pass