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