1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-24 19:39:16 +02:00

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 caca62b89e.
This commit is contained in:
Stefan Haller
2025-08-15 11:12:45 +02:00
parent deaa701d41
commit 0573529f8a

View File

@@ -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"))
},
})