Tests - fixed tests related to rename of the next/previous actions

This commit is contained in:
dragonmacher 2019-11-25 17:55:50 -05:00
parent 3b3b7259bc
commit 6d604afe31
5 changed files with 8 additions and 8 deletions

View file

@ -2291,7 +2291,7 @@ public abstract class AbstractFunctionGraphTest extends AbstractGhidraHeadedInte
}
protected void navigateBack() {
String name = "Previous in History Buffer";
String name = "Previous Location in History";
DockingActionIf action = getAction(tool, "NextPrevAddressPlugin", name);
performAction(action, true);