summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go')
-rw-r--r--pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go b/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
index 4cf32bad3..caeb7bfe0 100644
--- a/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
+++ b/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
@@ -68,6 +68,9 @@ var CherryPickDuringRebase = NewIntegrationTest(NewIntegrationTestArgs{
Content(Contains("Are you sure you want to cherry-pick the copied commits onto this branch?")).
Confirm()
}).
+ Tap(func() {
+ t.Views().Information().Content(DoesNotContain("commit copied"))
+ }).
Lines(
Contains("pick CI two"),
Contains("pick CI three"),