From 0573529f8a56c93a6616dc4cebfd6f1dd18af379 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Fri, 15 Aug 2025 11:12:45 +0200 Subject: [PATCH] Cleanup: remove unnecessary code in test This was needed in an earlier version of the test, when we asserted the file content in a more complicated way. It should have been removed in caca62b89ef. --- pkg/integration/tests/misc/copy_to_clipboard.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/integration/tests/misc/copy_to_clipboard.go b/pkg/integration/tests/misc/copy_to_clipboard.go index 5b4eb731d..594925614 100644 --- a/pkg/integration/tests/misc/copy_to_clipboard.go +++ b/pkg/integration/tests/misc/copy_to_clipboard.go @@ -29,11 +29,6 @@ var CopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{ t.ExpectToast(Equals("'branch-a' copied to clipboard")) - t.Views().Files(). - Focus() - - t.GlobalPress(keys.Files.RefreshFiles) - t.FileSystem().FileContent("clipboard", Equals("branch-a")) }, })