From fdc54b74550f481cde8fafa96e784da4618e2a36 Mon Sep 17 00:00:00 2001 From: Aaron Hoffman Date: Tue, 30 Jan 2024 09:21:33 -0600 Subject: [PATCH] Fix cherrypick demo Cherrypick selections are now cleared after pasting (#3240), so the demo needs a tiny change to reflect that. --- pkg/integration/tests/demo/cherry_pick.go | 5 ----- 1 file changed, 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 @@ -81,11 +81,6 @@ var CherryPick = NewIntegrationTest(NewIntegrationTestArgs{ Contains("Integrate support for markdown in user posts"), 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")) })