summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-10-05 20:18:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-10-10 00:23:01 +1100
commit40c5cd4b4b3436da2616e848d40e7760ec99167f (patch)
treee7b3dd04d5e2f84a987a9ad780ffa4cedb1b6bae /pkg
parent18f8c3d00a24e5d1d0c2c92f45625437fe3ef478 (diff)
another integration test
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/gui_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go
index c90da8a64..d9d43c7dc 100644
--- a/pkg/gui/gui_test.go
+++ b/pkg/gui/gui_test.go
@@ -58,6 +58,14 @@ func tests() []integrationTest {
name: "mergeConflicts",
fixture: "mergeConflicts",
},
+ {
+ name: "searching",
+ fixture: "newFile",
+ },
+ {
+ name: "searchingInStagingPanel",
+ fixture: "newFile2",
+ },
}
}