diff --git a/pkg/integration/tests/filter_by_path/shared.go b/pkg/integration/tests/filter_by_path/shared.go index 3d514b96b..646df0d28 100644 --- a/pkg/integration/tests/filter_by_path/shared.go +++ b/pkg/integration/tests/filter_by_path/shared.go @@ -27,13 +27,15 @@ func postFilterTest(t *TestDriver) { Contains(`only filterFile`).IsSelected(), Contains(`both files`), ). - SelectNextItem(). - PressEnter() + SelectNextItem() // we only show the filtered file's changes in the main view t.Views().Main(). Content(Contains("filterFile").DoesNotContain("otherFile")) + t.Views().Commits(). + PressEnter() + // when you click into the commit itself, you see all files from that commit t.Views().CommitFiles(). IsFocused().