summaryrefslogtreecommitdiffstats
path: root/pkg/integration
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-01 18:30:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-01 22:10:59 +1000
commit1712ad08aecad5cb4cd6ebce02f3f2f65dcc32ba (patch)
tree3f2f167cb79b360eb6666f49c7954c59437828da /pkg/integration
parent53f0c1eb4fea90abe47819b1802dd23719654b29 (diff)
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
Diffstat (limited to 'pkg/integration')
-rw-r--r--pkg/integration/tests/demo/bisect.go1
-rw-r--r--pkg/integration/tests/demo/interactive_rebase.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkg/integration/tests/demo/bisect.go b/pkg/integration/tests/demo/bisect.go
index d6191b6ea..b3cfe9936 100644
--- a/pkg/integration/tests/demo/bisect.go
+++ b/pkg/integration/tests/demo/bisect.go
@@ -45,7 +45,6 @@ var Bisect = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Commits().
IsFocused().
- Press(keys.Universal.NextScreenMode).
Tap(func() {
markCommitAsBad()
diff --git a/pkg/integration/tests/demo/interactive_rebase.go b/pkg/integration/tests/demo/interactive_rebase.go
index ca400a342..f8889d529 100644
--- a/pkg/integration/tests/demo/interactive_rebase.go
+++ b/pkg/integration/tests/demo/interactive_rebase.go
@@ -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().