Test fixes

This commit is contained in:
dragonmacher 2025-09-10 14:14:21 -04:00
parent 657ec39201
commit 6bba2ea685
3 changed files with 19 additions and 20 deletions

View file

@ -538,7 +538,7 @@ public class ComponentProviderActionsTest extends AbstractGhidraHeadedIntegratio
DockingWindowManager.setMouseOverAction(windowMenuAction);
performLaunchKeyStrokeDialogAction();
DialogComponentProvider warningDialog = waitForDialogComponent("Unable to Set Keybinding");
DialogComponentProvider warningDialog = waitForDialogComponent("Unable to Set Key Binding");
close(warningDialog);
}