1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-04 23:42:10 +03: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

View File

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