diff --git a/pkg/integration/tests/tag/crud_annotated.go b/pkg/integration/tests/tag/crud_annotated.go index 12fa16645..d2c3b98c0 100644 --- a/pkg/integration/tests/tag/crud_annotated.go +++ b/pkg/integration/tests/tag/crud_annotated.go @@ -32,6 +32,18 @@ var CrudAnnotated = NewIntegrationTest(NewIntegrationTestArgs{ Lines( MatchesRegexp(`new-tag.*message`).IsSelected(), ). + Tap(func() { + t.Views().Main().ContainsLines( + Equals("Annotated tag: new-tag"), + Equals(""), + Contains("Tagger:"), + Contains("TaggerDate:"), + Equals(""), + Equals("message"), + Equals(""), + Equals("---"), + ) + }). Press(keys.Universal.Push). Tap(func() { t.ExpectPopup().Prompt(). diff --git a/pkg/integration/tests/tag/crud_lightweight.go b/pkg/integration/tests/tag/crud_lightweight.go index dd6614683..736205ecd 100644 --- a/pkg/integration/tests/tag/crud_lightweight.go +++ b/pkg/integration/tests/tag/crud_lightweight.go @@ -28,6 +28,13 @@ var CrudLightweight = NewIntegrationTest(NewIntegrationTestArgs{ Lines( MatchesRegexp(`new-tag.*initial commit`).IsSelected(), ). + Tap(func() { + t.Views().Main().ContainsLines( + Equals("Lightweight tag: new-tag"), + Equals(""), + Equals("---"), + ) + }). PressEnter(). Tap(func() { // view the commits of the tag