1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

Update pkg/integration/tests/branch/create_tag.go

This commit is contained in:
Jesse Duffield 2023-02-20 17:58:08 +11:00 committed by GitHub
parent 72a92d748f
commit 4b49bd406f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ var CreateTag = NewIntegrationTest(NewIntegrationTestArgs{
Type("new-tag").
Confirm()
t.Views().Tags().
t.Views().Tags().Focus().
Lines(
MatchesRegexp(`new-tag`).IsSelected(),
)