Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2021-03-22 15:48:07 -04:00
commit fe0f67cd5e
8 changed files with 131 additions and 102 deletions

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();
}