We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362a8f9 commit 6f9f305Copy full SHA for 6f9f305
pkg/integration/tests/branch/delete_multiple.go
@@ -131,12 +131,13 @@ var DeleteMultiple = NewIntegrationTest(NewIntegrationTestArgs{
131
Contains("branch-01 ↑1"),
132
Contains("branch-02 ✓"),
133
Contains("branch-05 (upstream gone)").IsSelected(),
134
- Contains("branch-06 (upstream gone)").IsSelected(),
+ Contains("branch-06 (upstream gone)"),
135
Contains("master"),
136
).
137
138
// Try to delete both local and remote branches of branch-02 and
139
// branch-05; not possible because branch-05's upstream is gone
140
+ Press(keys.Universal.RangeSelectUp).
141
Press(keys.Universal.Remove).
142
Tap(func() {
143
t.ExpectPopup().
0 commit comments