summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash
diff options
context:
space:
mode:
authorAndrew Hynes <andrew.hynes@colabsoftware.com>2022-10-06 22:42:49 -0230
committerAndrew Hynes <andrew.hynes@colabsoftware.com>2022-10-06 22:42:49 -0230
commitf4c188fa5b069a1d0714dc9508cecfa55eaddf46 (patch)
treec7be7c30e823649016b7f0a26d4e2b2f3663ca21 /pkg/integration/tests/stash
parentdb9373662a0f1f1d730c9cef556679a313875af7 (diff)
fix(test): add stash name
Diffstat (limited to 'pkg/integration/tests/stash')
-rw-r--r--pkg/integration/tests/stash/stash.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/integration/tests/stash/stash.go b/pkg/integration/tests/stash/stash.go
index 55095e42d..db9e13b78 100644
--- a/pkg/integration/tests/stash/stash.go
+++ b/pkg/integration/tests/stash/stash.go
@@ -19,7 +19,10 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
assert.StashCount(0)
input.PressKeys(keys.Files.ViewStashOptions)
- input.Confirm()
+ assert.InMenu()
+
+ input.PressKeys("a")
+ input.Type("stash name")
input.Confirm()
assert.StashCount(1)