From 93d19db158556cad6b0051317b3d042f5bebd429 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Tue, 22 Aug 2023 14:06:29 +0200 Subject: [PATCH] Add assertion to show the problem --- .../interactive_rebase/drop_todo_commit_with_update_ref.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3fa221d72..b1eb20ba4 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 @@ -44,7 +44,7 @@ var DropTodoCommitWithUpdateRef = NewIntegrationTest(NewIntegrationTestArgs{ Contains("pick").Contains("CI commit 05"), Contains("update-ref").Contains("branch1").DoesNotContain("*"), Contains("pick").Contains("CI * commit 04"), - Contains("pick").Contains("CI commit 03"), + Contains("pick").Contains("CI commit 03").IsSelected(), // wrong line selected Contains("<-- YOU ARE HERE --- commit 02"), Contains("CI commit 01"), ).