Skip to content

Commit c4c64f0

Browse files
committed
fixup! Split behavior of rendering allBranchesLogCmd and switching to next cmd
1 parent fe6a76a commit c4c64f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/integration/tests/status/log_cmd_status_panel_all_branches_log.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ var LogCmdStatusPanelAllBranchesLog = NewIntegrationTest(NewIntegrationTestArgs{
2828
t.Views().Main().Content(Contains("view1").DoesNotContain("view2"))
2929

3030
t.Views().Status().
31-
Focus().
3231
Press(keys.Status.AllBranchesLogGraph)
3332
t.Views().Main().Content(Contains("view2").DoesNotContain("view1"))
3433

3534
t.Views().Status().
36-
Focus().
3735
Press(keys.Status.AllBranchesLogGraph)
3836
t.Views().Main().Content(Contains("view1").DoesNotContain("view2"))
3937
},

0 commit comments

Comments
 (0)