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:
@@ -45,7 +45,6 @@ var Bisect = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.Views().Commits().
|
||||
IsFocused().
|
||||
Press(keys.Universal.NextScreenMode).
|
||||
Tap(func() {
|
||||
markCommitAsBad()
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@ var InteractiveRebase = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.Views().Commits().
|
||||
IsFocused().
|
||||
Press(keys.Universal.NextScreenMode).
|
||||
NavigateToLine(Contains("Add TypeScript types to User module")).
|
||||
Press(keys.Universal.Edit).
|
||||
SelectPreviousItem().
|
||||
|
||||
Reference in New Issue
Block a user