Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8292328: AccessibleActionsTest.java test instruction for show popup o…
…n JLabel did not specify shift key

Reviewed-by: serb, aivanov
  • Loading branch information
lawrence-andrew authored and aivanov-jdk committed Sep 22, 2022
1 parent 5285035 commit df53fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/a11y/AccessibleActionsTest.java
Expand Up @@ -57,7 +57,7 @@ void createTest() {
+ "Check a11y actions.\n\n"
+ "Turn screen reader on, and Tab to the label.\n\n"
+ "Perform the VO action \"Press\" (VO+space)\n"
+ "Perform the VO action \"Show menu\" (VO+m)\n\n"
+ "Perform the VO action \"Show menu\" (VO+Shift+m)\n\n"
+ "If after the first action the text of the label has changed, and after the second action the menu appears tab further and press PASS, otherwise press FAIL.";

exceptionString = "AccessibleAction test failed!";
Expand Down

0 comments on commit df53fa7

Please sign in to comment.