From 19a44545999e323bd7475b902531ab99d2f19002 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 27 Nov 2025 19:32:22 +0100 Subject: [PATCH] Cleanup: remove unnecessary keypress Seems to be a copy/paste error from another test. --- pkg/integration/tests/tag/delete_local_and_remote.go | 1 - 1 file changed, 1 deletion(-) 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") })