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