1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

Add test for crashing on empty menu

This commit is contained in:
Jesse Duffield
2023-07-20 21:08:56 +10:00
parent 373f24c80f
commit 932e01b41a
2 changed files with 32 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ var tests = []*components.IntegrationTest{
tag.Reset,
ui.Accordion,
ui.DoublePopup,
ui.EmptyMenu,
ui.SwitchTabFromMenu,
undo.UndoCheckoutAndDrop,
undo.UndoDrop,