diff --git a/pkg/integration/tests/branch/create_tag.go b/pkg/integration/tests/branch/create_tag.go index 4742d8a34..6f4ec0baf 100644 --- a/pkg/integration/tests/branch/create_tag.go +++ b/pkg/integration/tests/branch/create_tag.go @@ -35,7 +35,7 @@ var CreateTag = NewIntegrationTest(NewIntegrationTestArgs{ Type("new-tag"). Confirm() - t.Views().Tags(). + t.Views().Tags().Focus(). Lines( MatchesRegexp(`new-tag`).IsSelected(), )