Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143234 | 8u92 | Andrey Rusakov | P4 | Resolved | Fixed |
Some tests are trying to click on "No" button, but "Nothing" is clicked instead of it, so the test is unable to finish and fails.
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/errorAlertResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Control having property text expected value 'Apply' (Property = 'empty')' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/setChoiceDialogGtTenResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/setChoiceDialogLtTenResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/textInputDialogResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/textInputWithInitialValueDialogResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/warningAlertResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Control having property text expected value 'Apply' (Property = 'empty')' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/errorAlertResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Control having property text expected value 'Apply' (Property = 'empty')' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/setChoiceDialogGtTenResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/setChoiceDialogLtTenResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/textInputDialogResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/textInputWithInitialValueDialogResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Waiting for ... javafx.scene.control.Button controls to be found adhering to Text = Apply' has not been reached in ... milliseconds
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/dialog/DialogTest/warningAlertResponceTest" Exception org.jemmy.TimeoutExpiredException: State 'Control having property text expected value 'Apply' (Property = 'empty')' has not been reached in ... milliseconds
- backported by
-
JDK-8143234 [TEST BUG] Need to update dialog tests
- Resolved