summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/worktree
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-01-08 18:02:55 +1100
committerJesse Duffield <jessedduffield@gmail.com>2024-01-25 11:34:59 +1100
commit269ef7f250fb245458d231d8733beca4765f0d93 (patch)
tree3725934b2ea9b232655a0729b7b5a21b0d871fbb /pkg/integration/tests/worktree
parent798225d9e1830ff0029ce6948514e8d98c9a8f61 (diff)
Support range select for staging/discarding files
As part of this, you must now press enter on a merge conflict file to focus the merge view; you can no longer press space and if you do it will raise an error.
Diffstat (limited to 'pkg/integration/tests/worktree')
-rw-r--r--pkg/integration/tests/worktree/worktree_in_repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/worktree/worktree_in_repo.go b/pkg/integration/tests/worktree/worktree_in_repo.go
index 743abddf5..f91dc13cc 100644
--- a/pkg/integration/tests/worktree/worktree_in_repo.go
+++ b/pkg/integration/tests/worktree/worktree_in_repo.go
@@ -68,7 +68,7 @@ var WorktreeInRepo = NewIntegrationTest(NewIntegrationTestArgs{
Press(keys.Universal.Remove).
Tap(func() {
t.ExpectPopup().Menu().
- Title(Equals("linked-worktree")).
+ Title(Equals("Discard changes")).
Select(Contains("Discard all changes")).
Confirm()
}).