Corrected timing-related test failure

This commit is contained in:
ghidra1 2021-03-22 15:44:17 -04:00
parent fa6a544afc
commit ce056f1ea9

View File

@ -307,6 +307,7 @@ public class FrontEndTestEnv {
AbstractDockingTest.performAction(terminateCheckoutAction, context, false);
OptionDialog optDialog = AbstractDockingTest.waitForDialogComponent(OptionDialog.class);
AbstractGenericTest.pressButtonByText(optDialog.getComponent(), "Yes", true);
waitForTasks();
waitForSwing();
}