Skip to content

Commit 99e56d8

Browse files
committed
WIP Start adapting tests
1 parent b7a0041 commit 99e56d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pkg/integration/tests/branch/reset_to_upstream.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

pkg/integration/tests/undo/undo_commit.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
).

0 commit comments

Comments
 (0)