From fa0414777fcf266a05b777e2e8b7d487fd56f376 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 26 Dec 2022 10:42:19 +1100 Subject: rename SelectedLine to CurrentLine in tests --- pkg/integration/tests/cherry_pick/cherry_pick_conflicts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/integration/tests/cherry_pick') 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 -- cgit v1.2.3