summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash/stash_unstaged.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/stash/stash_unstaged.go')
-rw-r--r--pkg/integration/tests/stash/stash_unstaged.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/stash/stash_unstaged.go b/pkg/integration/tests/stash/stash_unstaged.go
index 5af7ac2bd..8027ec387 100644
--- a/pkg/integration/tests/stash/stash_unstaged.go
+++ b/pkg/integration/tests/stash/stash_unstaged.go
@@ -28,7 +28,7 @@ var StashUnstaged = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Files.ViewStashOptions)
- t.ExpectPopup().Menu().Title(Equals("Stash options")).Select(MatchesRegexp("stash unstaged changes$")).Confirm()
+ t.ExpectPopup().Menu().Title(Equals("Stash options")).Select(MatchesRegexp("Stash unstaged changes$")).Confirm()
t.ExpectPopup().Prompt().Title(Equals("Stash changes")).Type("my stashed file").Confirm()