Fixed HexView nav unit test

This commit is contained in:
Tig
2024-10-06 10:23:33 -06:00
parent 3c3b4f85cd
commit 44259cce46
4 changed files with 19 additions and 4 deletions

View File

@@ -61,6 +61,12 @@ public class NavigationTests (ITestOutputHelper _output) : TestsAllViews
case TabBehavior.TabGroup:
Application.OnKeyDown (key);
if (view.HasFocus)
{
// Try once more (HexView)
Application.OnKeyDown (key);
}
break;
default:
Application.OnKeyDown (Key.Tab);