summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/test_list.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-20 21:08:56 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-20 21:08:56 +1000
commit932e01b41ac3203b43ec786b8d9c25334e3e1623 (patch)
treeea880bf1e8785e4145b8925a8003d3322c21a631 /pkg/integration/tests/test_list.go
parent373f24c80f2a99f7b4e1efd3a4c1f5fdb375e3bf (diff)
Add test for crashing on empty menu
Diffstat (limited to 'pkg/integration/tests/test_list.go')
-rw-r--r--pkg/integration/tests/test_list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go
index caaf2039e..5eab827b7 100644
--- a/pkg/integration/tests/test_list.go
+++ b/pkg/integration/tests/test_list.go
@@ -211,6 +211,7 @@ var tests = []*components.IntegrationTest{
tag.Reset,
ui.Accordion,
ui.DoublePopup,
+ ui.EmptyMenu,
ui.SwitchTabFromMenu,
undo.UndoCheckoutAndDrop,
undo.UndoDrop,