Start in fullscreen when passing a git arg

Often we just want to see the desired view in fullscreen so I'm making that the default
This commit is contained in:
Jesse Duffield 2023-08-01 18:30:38 +10:00
parent 53f0c1eb4f
commit 1712ad08ae
3 changed files with 1 additions and 3 deletions

View file

@ -45,7 +45,6 @@ var Bisect = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Commits().
IsFocused().
Press(keys.Universal.NextScreenMode).
Tap(func() {
markCommitAsBad()