runAction(controller, HomePane.ActionType.REDO);
// Check home attributes are modified accordingly
assertHomePrintEqualPrintAttributes(pageFormat, true, false, true, home);
// 5. Show print preview dialog box
tester.invokeLater(new Runnable() {
public void run() {
// Display dialog box later in Event Dispatch Thread to avoid blocking test thread
runAction(controller, HomePane.ActionType.PRINT_PREVIEW);
}
});