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:
@@ -67,7 +67,6 @@ var DeleteLocalAndRemote = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Confirm()
|
Confirm()
|
||||||
}).
|
}).
|
||||||
IsEmpty().
|
IsEmpty().
|
||||||
Press(keys.Universal.New).
|
|
||||||
Tap(func() {
|
Tap(func() {
|
||||||
t.Shell().AssertRemoteTagNotFound("origin", "new-tag")
|
t.Shell().AssertRemoteTagNotFound("origin", "new-tag")
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user