diff --git a/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go b/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go index 02efec9da..8eff10632 100644 --- a/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go +++ b/pkg/integration/tests/interactive_rebase/drop_todo_commit_with_update_ref.go @@ -48,6 +48,12 @@ var DropTodoCommitWithUpdateRef = NewIntegrationTest(NewIntegrationTestArgs{ Contains("<-- YOU ARE HERE --- commit 02").IsSelected(), Contains("CI commit 01"), ). + Tap(func() { + /* EXPECTED: + t.Views().Main().Content(Contains("commit 02")) + ACTUAL: */ + t.Views().Main().Content(Contains("commit 03")) + }). NavigateToLine(Contains("commit 06")). Press(keys.Universal.Remove)