From f4c188fa5b069a1d0714dc9508cecfa55eaddf46 Mon Sep 17 00:00:00 2001 From: Andrew Hynes Date: Thu, 6 Oct 2022 22:42:49 -0230 Subject: fix(test): add stash name --- pkg/integration/tests/stash/stash.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg/integration/tests/stash') 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) -- cgit v1.2.3