mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Test fix for change to delayed action firing
This commit is contained in:
parent
29dfb904e2
commit
21ce9fc12d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue