summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/cherry_pick
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-26 10:42:19 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-26 10:42:19 +1100
commitfa0414777fcf266a05b777e2e8b7d487fd56f376 (patch)
tree1d3f1f41841c97cc4372d92f10312cf24adb35e8 /pkg/integration/tests/cherry_pick
parent5d2584a1883df779d2ced5a3c44498a09179d83d (diff)
rename SelectedLine to CurrentLine in tests
Diffstat (limited to 'pkg/integration/tests/cherry_pick')
-rw-r--r--pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go b/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go
index 6a9c47781..4095a563f 100644
--- a/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go
+++ b/pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go
@@ -55,7 +55,7 @@ var CherryPickConflicts = NewIntegrationTest(NewIntegrationTestArgs{
input.AcceptConfirmation(Equals("Auto-merge failed"), Contains("Conflicts!"))
assert.CurrentViewName("files")
- assert.SelectedLine(Contains("file"))
+ assert.CurrentLine(Contains("file"))
// not using Confirm() convenience method because I suspect we might change this
// keybinding to something more bespoke