allow chaining matchers

This commit is contained in:
Jesse Duffield
2022-12-26 17:15:33 +11:00
parent c841ba8237
commit 96310288ee
13 changed files with 132 additions and 67 deletions

View File

@@ -47,7 +47,7 @@ var Rebase = NewIntegrationTest(NewIntegrationTestArgs{
input.AcceptConfirmation(Equals("continue"), Contains("all merge conflicts resolved. Continue?"))
assert.View("information").Content(NotContains("rebasing"))
assert.View("information").Content(DoesNotContain("rebasing"))
assert.View("commits").TopLines(
Contains("second-change-branch unrelated change"),