On Wed, 16 Apr 2025 21:13:46 GMT, Harshitha Onkar <[email protected]> wrote:
>> Following test are open-sourced in this PR:
>>
>> - javax/swing/DataTransfer/DragOverFeedbackTest.java - manual
>> - javax/swing/DataTransfer/ListDragOverFeedbackTest.java - manual
>> - javax/swing/DataTransfer/bug4655513.java - automated
>> - javax/swing/SwingUtilities/bug4369355.java - automated
>> - javax/swing/SwingUtilities/bug4967768.java - manual
>
> Harshitha Onkar has updated the pull request incrementally with one
> additional commit since the last revision:
>
> @requires tag
test/jdk/javax/swing/DataTransfer/bug4655513.java line 76:
> 74: robot.delay(500);
> 75:
> 76: if (!editor.getText().contains(LINK_URL)) {
editor initialized on EDT
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24698#discussion_r2047852552