Skip to content

Commit 0573529

Browse files
committed
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 caca62b.
1 parent deaa701 commit 0573529

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/integration/tests/misc/copy_to_clipboard.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ var CopyToClipboard = NewIntegrationTest(NewIntegrationTestArgs{
2929

3030
t.ExpectToast(Equals("'branch-a' copied to clipboard"))
3131

32-
t.Views().Files().
33-
Focus()
34-
35-
t.GlobalPress(keys.Files.RefreshFiles)
36-
3732
t.FileSystem().FileContent("clipboard", Equals("branch-a"))
3833
},
3934
})

0 commit comments

Comments
 (0)