summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/integration/tests/demo/cherry_pick.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/integration/tests/demo/cherry_pick.go b/pkg/integration/tests/demo/cherry_pick.go
index 9f1e10886..de14100d3 100644
--- a/pkg/integration/tests/demo/cherry_pick.go
+++ b/pkg/integration/tests/demo/cherry_pick.go
@@ -82,11 +82,6 @@ var CherryPick = NewIntegrationTest(NewIntegrationTestArgs{
Contains("Fix bug in timezone conversion."),
).
Tap(func() {
- // we need to manually exit out of cherry pick mode
- t.Views().Information().Content(Contains("2 commits copied"))
- }).
- PressEscape().
- Tap(func() {
t.Views().Information().Content(DoesNotContain("commits copied"))
})
},