Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
This test use robot like this: robot.keyPress(KeyEvent.VK_SHIFT); robot.keyPress(KeyEvent.VK_H); robot.waitForIdle(); robot.keyRelease(KeyEvent.VK_H); robot.keyRelease(KeyEvent.VK_SHIFT); Which sometimes causes the shift button to be in the pressed state after the test is completed, even if the test itself is passed. This break some tests which are executed later.
|