From 4b49bd406fb5d179d9944746c107b36e2e74068c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 20 Feb 2023 17:58:08 +1100 Subject: [PATCH] Update pkg/integration/tests/branch/create_tag.go --- pkg/integration/tests/branch/create_tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), )