1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00

Cleanup: remove unnecessary keypress

Seems to be a copy/paste error from another test.
This commit is contained in:
Stefan Haller
2025-11-27 19:32:22 +01:00
parent b57be9ebe4
commit 19a4454599
@@ -67,7 +67,6 @@ var DeleteLocalAndRemote = NewIntegrationTest(NewIntegrationTestArgs{
Confirm()
}).
IsEmpty().
Press(keys.Universal.New).
Tap(func() {
t.Shell().AssertRemoteTagNotFound("origin", "new-tag")
})