summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash/stash.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/stash/stash.go')
-rw-r--r--pkg/integration/tests/stash/stash.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/integration/tests/stash/stash.go b/pkg/integration/tests/stash/stash.go
index db9e13b78..af247550b 100644
--- a/pkg/integration/tests/stash/stash.go
+++ b/pkg/integration/tests/stash/stash.go
@@ -17,6 +17,7 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
},
Run: func(shell *Shell, input *Input, assert *Assert, keys config.KeybindingConfig) {
assert.StashCount(0)
+ assert.WorkingTreeFileCount(1)
input.PressKeys(keys.Files.ViewStashOptions)
assert.InMenu()
@@ -26,5 +27,6 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
input.Confirm()
assert.StashCount(1)
+ assert.WorkingTreeFileCount(0)
},
})