summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash/stash_and_keep_index.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/stash/stash_and_keep_index.go')
-rw-r--r--pkg/integration/tests/stash/stash_and_keep_index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/stash/stash_and_keep_index.go b/pkg/integration/tests/stash/stash_and_keep_index.go
index 3201e70fb..db37e7328 100644
--- a/pkg/integration/tests/stash/stash_and_keep_index.go
+++ b/pkg/integration/tests/stash/stash_and_keep_index.go
@@ -28,7 +28,7 @@ var StashAndKeepIndex = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Files.ViewStashOptions)
- t.ExpectPopup().Menu().Title(Equals("Stash options")).Select(Contains("stash all changes and keep index")).Confirm()
+ t.ExpectPopup().Menu().Title(Equals("Stash options")).Select(Contains("Stash all changes and keep index")).Confirm()
t.ExpectPopup().Prompt().Title(Equals("Stash changes")).Type("my stashed file").Confirm()