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:
@@ -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"))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user