Test fix for change to delayed action firing

This commit is contained in:
dragonmacher 2023-10-03 10:17:36 -04:00
parent 29dfb904e2
commit 21ce9fc12d

View File

@ -595,6 +595,7 @@ public class AutoTableDisassemblerTest extends AbstractGhidraHeadedIntegrationTe
JButton button = getActionButton("Make Selection");
assertNotNull(button);
pressButton(button);
waitForSwing();
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();