summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Hoffman <kd0sgh@gmail.com>2024-01-30 09:21:33 -0600
committerAaron Hoffman <kd0sgh@gmail.com>2024-01-30 09:27:44 -0600
commitfdc54b74550f481cde8fafa96e784da4618e2a36 (patch)
tree9172c3ad6222d41c1e3eb240c965d7de9383fade
parent607034a61ed82039bfa8bc383a5efff6469b9f1a (diff)
Fix cherrypick demo
Cherrypick selections are now cleared after pasting (#3240), so the demo needs a tiny change to reflect that.
-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"))
})
},