Skip to content

Commit 6f9f305

Browse files
committed
fixup! fix: reset selection mode after deletion
1 parent 362a8f9 commit 6f9f305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/integration/tests/branch/delete_multiple.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,13 @@ var DeleteMultiple = NewIntegrationTest(NewIntegrationTestArgs{
131131
Contains("branch-01 ↑1"),
132132
Contains("branch-02 ✓"),
133133
Contains("branch-05 (upstream gone)").IsSelected(),
134-
Contains("branch-06 (upstream gone)").IsSelected(),
134+
Contains("branch-06 (upstream gone)"),
135135
Contains("master"),
136136
).
137137

138138
// Try to delete both local and remote branches of branch-02 and
139139
// branch-05; not possible because branch-05's upstream is gone
140+
Press(keys.Universal.RangeSelectUp).
140141
Press(keys.Universal.Remove).
141142
Tap(func() {
142143
t.ExpectPopup().

0 commit comments

Comments
 (0)