diff --git a/pkg/integration/tests/tag/delete_local_and_remote.go b/pkg/integration/tests/tag/delete_local_and_remote.go index 35b9bc25d..4e9917b13 100644 --- a/pkg/integration/tests/tag/delete_local_and_remote.go +++ b/pkg/integration/tests/tag/delete_local_and_remote.go @@ -67,7 +67,6 @@ var DeleteLocalAndRemote = NewIntegrationTest(NewIntegrationTestArgs{ Confirm() }). IsEmpty(). - Press(keys.Universal.New). Tap(func() { t.Shell().AssertRemoteTagNotFound("origin", "new-tag") })