Fix cherrypick demo

Cherrypick selections are now cleared after pasting (#3240), so the demo
needs a tiny change to reflect that.
This commit is contained in:
Aaron Hoffman
2024-01-30 09:21:33 -06:00
parent 607034a61e
commit fdc54b7455

View File

@@ -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"))
})