summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash/stash.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/stash/stash.go')
-rw-r--r--pkg/integration/tests/stash/stash.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/stash/stash.go b/pkg/integration/tests/stash/stash.go
index c627faaf8..f88aac2d0 100644
--- a/pkg/integration/tests/stash/stash.go
+++ b/pkg/integration/tests/stash/stash.go
@@ -25,9 +25,9 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Files.ViewStashOptions)
- t.ExpectMenu().Title(Equals("Stash options")).Select(MatchesRegexp("stash all changes$")).Confirm()
+ t.ExpectPopup().Menu().Title(Equals("Stash options")).Select(MatchesRegexp("stash all changes$")).Confirm()
- t.ExpectPrompt().Title(Equals("Stash changes")).Type("my stashed file").Confirm()
+ t.ExpectPopup().Prompt().Title(Equals("Stash changes")).Type("my stashed file").Confirm()
t.Views().Stash().
Lines(