summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/demo
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-01-08 11:49:42 +1100
committerJesse Duffield <jessedduffield@gmail.com>2024-01-23 17:23:56 +1100
commitf0de8801368c388b0065008a769b6cfc2ff5205e (patch)
tree6c6a21b51e7896df62382c4ec929bb2537701b6d /pkg/integration/tests/demo
parent44e2542e4a4772ba7aef210908cd510e5d75657b (diff)
Support range select in rebase actions
Diffstat (limited to 'pkg/integration/tests/demo')
-rw-r--r--pkg/integration/tests/demo/undo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/demo/undo.go b/pkg/integration/tests/demo/undo.go
index 4b47e0726..830b1849f 100644
--- a/pkg/integration/tests/demo/undo.go
+++ b/pkg/integration/tests/demo/undo.go
@@ -22,8 +22,8 @@ var Undo = NewIntegrationTest(NewIntegrationTestArgs{
confirmCommitDrop := func() {
t.ExpectPopup().Confirmation().
- Title(Equals("Delete commit")).
- Content(Equals("Are you sure you want to delete this commit?")).
+ Title(Equals("Drop commit")).
+ Content(Equals("Are you sure you want to drop the selected commit(s)?")).
Wait(500).
Confirm()
}