File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ var ResetToUpstream = NewIntegrationTest(NewIntegrationTestArgs{
7272 Contains ("hard commit" ),
7373 )
7474 t .Views ().Files ().Lines (
75+ Contains ("/" ),
7576 Contains ("file-1" ).Contains ("A" ),
7677 Contains ("file-2" ).Contains ("A" ),
7778 )
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ var UndoCommit = NewIntegrationTest(NewIntegrationTestArgs{
5757
5858 t .Views ().Files ().
5959 Lines (
60+ Contains ("/" ),
6061 Contains ("A file" ),
6162 Contains (" M other-file" ),
6263 )
@@ -84,6 +85,7 @@ var UndoCommit = NewIntegrationTest(NewIntegrationTestArgs{
8485
8586 t .Views ().Files ().Focus ().
8687 Lines (
88+ Contains ("/" ),
8789 Contains ("A file" ),
8890 Contains (" M other-file" ).IsSelected (),
8991 ).
You can’t perform that action at this time.
0 commit comments