mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-12-02 17:11:43 +00:00
Test fix for change to delayed action firing
This commit is contained in:
parent
29dfb904e2
commit
21ce9fc12d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user