summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/reset.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-27 11:34:41 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-27 21:26:18 +1100
commit926ed7b9b2f8119079c0d57f65e67dc4b93ecf7e (patch)
tree0ca30be6a6578dd1345d41444e4816254bdbb94a /pkg/integration/tests/branch/reset.go
parent8052ac4fd6f4ea96fbfb7a3ff16799ba981be82a (diff)
more refactoring of popup stuff
Diffstat (limited to 'pkg/integration/tests/branch/reset.go')
-rw-r--r--pkg/integration/tests/branch/reset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/reset.go b/pkg/integration/tests/branch/reset.go
index 8be35e4ec..821373934 100644
--- a/pkg/integration/tests/branch/reset.go
+++ b/pkg/integration/tests/branch/reset.go
@@ -36,7 +36,7 @@ var Reset = NewIntegrationTest(NewIntegrationTestArgs{
input.Press(keys.Commits.ViewResetOptions)
- input.Menu(Contains("reset to other-branch"), Contains("hard reset"))
+ input.Menu().Title(Contains("reset to other-branch")).Select(Contains("hard reset")).Confirm()
// ensure that we've returned from the menu before continuing
assert.CurrentView().Name("localBranches")